diff options
author | fauxpark <fauxpark@gmail.com> | 2019-11-15 06:37:18 +1100 |
---|---|---|
committer | Drashna Jaelre <drashna@live.com> | 2019-11-14 11:37:18 -0800 |
commit | 5edd4b99fe4db7371a04fc554bb8f4672ccae707 (patch) | |
tree | cd75d78fe860a43f89cdc30695cfa68e0dcd1710 /docs/README.md | |
parent | 872744f5ab515c2169ac43e54148d845f483ebaf (diff) | |
download | firmware-5edd4b99fe4db7371a04fc554bb8f4672ccae707.tar.gz firmware-5edd4b99fe4db7371a04fc554bb8f4672ccae707.tar.bz2 firmware-5edd4b99fe4db7371a04fc554bb8f4672ccae707.zip |
[Docs] Encourage newbs to not download the repo as a zip (#7353)
* Encourage newbs to not download the repo as a zip
* Tweak wording and remove Russian translation of deprecated Vista+ instructions
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/README.md b/docs/README.md index 22ab243cd..9f9ca166b 100644 --- a/docs/README.md +++ b/docs/README.md @@ -15,7 +15,7 @@ QMK (*Quantum Mechanical Keyboard*) is an open source community that maintains Q If you plan on contributing a keymap, keyboard, or features to QMK, the easiest thing to do is [fork the repo through Github](https://github.com/qmk/qmk_firmware#fork-destination-box), and clone your repo locally to make your changes, push them, then open a [Pull Request](https://github.com/qmk/qmk_firmware/pulls) from your fork. -Otherwise, you can either download it directly ([zip](https://github.com/qmk/qmk_firmware/zipball/master), [tar](https://github.com/qmk/qmk_firmware/tarball/master)), or clone it via git (`git@github.com:qmk/qmk_firmware.git`), or https (`https://github.com/qmk/qmk_firmware.git`). +Otherwise, you can clone it directly with `git clone https://github.com/qmk/qmk_firmware`. Do not download the zip or tar files; a git repository is required to download the submodules in order to compile. ## How to Compile |