aboutsummaryrefslogtreecommitdiff
path: root/docs/getting_started_github.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/getting_started_github.md')
-rw-r--r--docs/getting_started_github.md2
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:
19From here, enter `git clone ` into the command line, and then paste your link: 19From here, enter `git clone ` into the command line, and then paste your link:
20 20
21``` 21```
22user@computer:~$ git clone https://github.com/whoeveryouare/qmk_firmware.git 22user@computer:~$ git clone --recurse-submodules https://github.com/whoeveryouare/qmk_firmware.git
23Cloning into 'qmk_firmware'... 23Cloning into 'qmk_firmware'...
24remote: Counting objects: 46625, done. 24remote: Counting objects: 46625, done.
25remote: Compressing objects: 100% (2/2), done. 25remote: Compressing objects: 100% (2/2), done.