[Docs] update git command and directory name of documents (#7619)

This commit is contained in:
umi 2019-12-13 13:59:00 +09:00 committed by Drashna Jaelre
parent 58b2c72d53
commit 09c7304bd9
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ And be sure to select "HTTPS", and select the link and copy it:
From here, enter `git clone ` into the command line, and then paste your link:
```
user@computer:~$ git clone https://github.com/whoeveryouare/qmk_firmware.git
user@computer:~$ git clone --recurse-submodules https://github.com/whoeveryouare/qmk_firmware.git
Cloning into 'qmk_firmware'...
remote: Counting objects: 46625, done.
remote: Compressing objects: 100% (2/2), done.