Skip to content

Commit

Permalink
Instruct GNU/Linux users about Udev rule in README.md (#78)
Browse files Browse the repository at this point in the history
This should also be in the Chrome app description. It's better not to have to surf through a bunch of documentation for specific instructions.
  • Loading branch information
Grant Jacobson authored and Rodney G committed Feb 9, 2018
1 parent 1c6c764 commit 7d4ac09
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ To use the **standalone app:**
- Obtain an installer from https://github.com/trustcrypto/OnlyKey-Chrome-App/releases/latest
- Install and launch the app.

### GNU/Linux users:

Your system may by default only allow read access to USB devices including the OnlyKey. You'll need to insert a udev rule in order to allow read/write access if the app hangs and you see "Working... please wait". Here are instructions for inserting a udev rule:

1. Get the rules: `wget https://www.pjrc.com/teensy/49-teensy.rules`
2. Copy the rules to /etc/udev/rules.d/: `sudo cp 49-teensy.rules /etc/udev/rules.d/`
3. Refresh udev: `sudo udevadm control --reload`


## Developer Notes

This repository contains shared code that can be used to build multiple types of
Expand Down

0 comments on commit 7d4ac09

Please sign in to comment.