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
commit 208d26be89
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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: 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 cd solo/udev
make setup make setup
``` ```