📝 Docs: update clone command

This commit is contained in:
Cell
2022-09-30 15:46:43 +08:00
parent dc8b3d6a25
commit 768dc8aad6
4 changed files with 6 additions and 7 deletions
+1 -2
View File
@@ -5,8 +5,7 @@ First, fork this repository by clicking the fork button.
Next, clone your forked repo.
```
git clone https://github.com/example/FixIt.git
cd FixIt
git clone --recursive https://github.com/hugo-fixit/FixIt.git && cd FixIt
```
Then, install the dev dependencies.