Get udev instructions up to date

This commit is contained in:
Nicolas Stalder
2019-03-18 01:20:34 +01:00
parent d29fa34da1
commit e4a2b9e1ca
3 changed files with 34 additions and 13 deletions

14
udev/README.md Normal file
View File

@ -0,0 +1,14 @@
This is for Linux systems only.
To install the official SoloKeys udev rules, allowing access to your key, run
```
make install
```
This should work assuming your system is reasonably up-to-date. If not, try
```
make install-legacy
```