typo: fix typo clonne in develop guide (#1164)

This commit is contained in:
th2zz
2022-06-24 14:08:27 +08:00
committed by GitHub
parent e9222e6645
commit 0414ec5d4c
+1 -1
View File
@@ -7,7 +7,7 @@ Some tools can be very handy to help you start a virtual machine such as [multip
# Build the project
```shell script
git clonne https://github.com/labrirng/sealos
git clone https://github.com/labrirng/sealos
cd sealos
make build
```