Skip to content

Commit

Permalink
Update README with webUSB dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
solipsis authored Jan 11, 2019
1 parent 0827f52 commit 0f81f6e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,14 @@
go-keepkey is a client library and CLI for interacting with Keepkey storage devices.
This library is unofficial and in development. For the official client see https://github.com/keepkey/python-keepkey

## Dependencies ##
Since the device has transitioned to communicating over webUSB you need install libusb for your platform

brew install libusb

## Installation ##


go get -u github.com/solipsis/go-keepkey
go install github.com/solipsis/go-keepkey

Expand Down

0 comments on commit 0f81f6e

Please sign in to comment.