clone using https instead

not everyone has a github account, wants one or wants to setup ssh keys.
pull/315/head
My1 2019-09-26 16:11:40 +02:00 zatwierdzone przez GitHub
rodzic a1a42fec5c
commit 45293fe998
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 4AEE18F83AFDEB23
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

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