Merge pull request #315 from My1/patch-1

clone using https instead
This commit is contained in:
Nicolas Stalder
2019-09-26 23:01:42 +02:00
committed by GitHub

View File

@@ -18,7 +18,7 @@ Further progress is tracked in: <https://github.com/solokeys/solo/issues/144>.
If you still need to setup a rule, a simple way to do it is:
```
git clone git@github.com:solokeys/solo.git
git clone https://github.com/solokeys/solo.git
cd solo/udev
make setup
```