diff options
author | Andrés Mejía <andmej@gmail.com> | 2020-08-26 17:28:04 -0700 |
---|---|---|
committer | Drashna Jael're <drashna@live.com> | 2020-09-07 13:31:44 -0700 |
commit | 86fc93a8b47ca59a16850b7c2b68b220fb4776d0 (patch) | |
tree | 4b05c83e4982bac2fd567e59136fc5dafcd59e28 | |
parent | 12207daaffd767d8ceef2fbddb661c4bec1d6ae7 (diff) |
Update repo name in README (#307)
-rw-r--r-- | readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ QMK is developed and maintained by Jack Humbert of OLKB with contributions from # Update Process 1. Check out branch from ZSA's master branch: - 1. `git remote add zsa https://github.com/ErgoDox-EZ/qmk_firmware.git` + 1. `git remote add zsa https://github.com/zsa/qmk_firmware.git` 2. `git fetch --all` 3. `git checkout -B branchname zsa/master` 4. `git push -u zsa branchname` |