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 | qmk_firmware-5edd4b99fe4db7371a04fc554bb8f4672ccae707.tar.gz qmk_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 | |||
| 15 | 15 | ||
| 16 | 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. | 16 | 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. |
| 17 | 17 | ||
| 18 | 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`). | 18 | 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. |
| 19 | 19 | ||
| 20 | ## How to Compile | 20 | ## How to Compile |
| 21 | 21 | ||
