diff options
author | umi <57262844+umi-umi@users.noreply.github.com> | 2019-12-13 13:59:00 +0900 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-12-12 20:59:00 -0800 |
commit | 09c7304bd98fcf39deddbabc16f6a3f0b5391b9c (patch) | |
tree | 4def2920c63fede439d7a78bdffe79c797a054ed /docs/getting_started_github.md | |
parent | 58b2c72d53649afc02e15077e827aa0926a09b40 (diff) | |
download | qmk_firmware-09c7304bd98fcf39deddbabc16f6a3f0b5391b9c.tar.gz qmk_firmware-09c7304bd98fcf39deddbabc16f6a3f0b5391b9c.zip |
[Docs] update git command and directory name of documents (#7619)
Diffstat (limited to 'docs/getting_started_github.md')
-rw-r--r-- | docs/getting_started_github.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/getting_started_github.md b/docs/getting_started_github.md index aeb8738b7..629f4ece2 100644 --- a/docs/getting_started_github.md +++ b/docs/getting_started_github.md | |||
@@ -19,7 +19,7 @@ And be sure to select "HTTPS", and select the link and copy it: | |||
19 | From here, enter `git clone ` into the command line, and then paste your link: | 19 | From here, enter `git clone ` into the command line, and then paste your link: |
20 | 20 | ||
21 | ``` | 21 | ``` |
22 | user@computer:~$ git clone https://github.com/whoeveryouare/qmk_firmware.git | 22 | user@computer:~$ git clone --recurse-submodules https://github.com/whoeveryouare/qmk_firmware.git |
23 | Cloning into 'qmk_firmware'... | 23 | Cloning into 'qmk_firmware'... |
24 | remote: Counting objects: 46625, done. | 24 | remote: Counting objects: 46625, done. |
25 | remote: Compressing objects: 100% (2/2), done. | 25 | remote: Compressing objects: 100% (2/2), done. |