clone using https instead

not everyone has a github account, wants one or wants to setup ssh keys.
This commit is contained in:
My1
2019-09-26 16:11:40 +02:00
committed by GitHub
parent a1a42fec5c
commit 45293fe998

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
```