update README

This commit is contained in:
Andrea Franz 2018-11-28 13:46:42 +01:00
parent ca24e6406e
commit 0aafe42741
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
1 changed files with 19 additions and 0 deletions

View File

@ -2,10 +2,21 @@
`status-hardware-wallet` is a command line tool you can use to initialize a smartcard with the [Status Hardware Wallet](https://github.com/status-im/hardware-wallet).
## Dependencies
To install `hardware-wallet-go` you need `go` in your system.
MacOSX:
`brew install go`
## Installation
`go get github.com/status-im/hardware-wallet-go/cmd/status-hardware-wallet`
The executable will be installed in `$GOPATH/bin`.
Check your `$GOPATH` with `go env`.
## Usage
### Install the hardware wallet applet
@ -52,6 +63,14 @@ PUK 123456789012
Pairing password: RandomPairingPassword
```
### Deleting the applet from the card
:warning: **WARNING! This command will remove the applet and all the keys from the card. ** :warning:
```bash
status-hardware-wallet delete -l debug
```
### Pairing
```bash