From 1ad3cd7f36235ae61add5ebbca8c785fff95273f Mon Sep 17 00:00:00 2001 From: Simon Ser Date: Mon, 30 Aug 2021 15:13:09 +0200 Subject: [PATCH] contributing: clone wlroots fork with SSH HTTPS URLs aren't writable. --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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:/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