diff options
author | Simon Ser <contact@emersion.fr> | 2021-08-30 15:13:09 +0200 |
---|---|---|
committer | Simon Zeni <simon@bl4ckb0ne.ca> | 2021-08-30 10:31:51 -0400 |
commit | 1ad3cd7f36235ae61add5ebbca8c785fff95273f (patch) | |
tree | ebfa85f860ae55e2af9deead8e8b3e83f7e6c998 | |
parent | ea800b74181159c3d19c366882138dc01edc8155 (diff) |
contributing: clone wlroots fork with SSH
HTTPS URLs aren't writable.
-rw-r--r-- | CONTRIBUTING.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index b790cade..cb1309b2 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -14,7 +14,7 @@ don't, however, allow me to make a suggestion: feature branches pulled from upstream. Try this: 1. Fork wlroots -2. `git clone https://github.com/username/wlroots && cd wlroots` +2. `git clone git@github.com:<username>/wlroots.git && cd wlroots` 3. `git remote add upstream https://github.com/swaywm/wlroots` You only need to do this once. You're never going to use your fork's master |