Update README.md

pull/33/head
Conor Patrick 2016-04-07 11:34:51 -04:00
rodzic 41b8e7fe2f
commit 916e9370bf
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -268,7 +268,7 @@ You should be able to detect the chip from Simplicity Studio and program it if e
### U2F Zero "Installation"
It is a HID device so no drivers are needed. It should work out of the box with OS X or Windows. But it may only be accessible to root user at first on Linux. Just add the following file `70-u2f.rules` and add the following entry:
It is an HID device so no drivers are needed. It should work out of the box with OS X or Windows. But it may only be accessible to root user at first on Linux. Just add the following file `70-u2f.rules` to `/etc/udev/rules.d/` and add the following entry:
```
KERNEL=="hidraw*", SUBSYSTEM=="hidraw", ATTRS{idVendor}=="10c4", ATTRS{idProduct}=="8acf", TAG+="uaccess"