From 0aafe42741c662a303f44ba12b4552f862740ea9 Mon Sep 17 00:00:00 2001 From: Andrea Franz Date: Wed, 28 Nov 2018 13:46:42 +0100 Subject: [PATCH] update README --- cmd/status-hardware-wallet/README.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/cmd/status-hardware-wallet/README.md b/cmd/status-hardware-wallet/README.md index 4f124c6..68c4230 100644 --- a/cmd/status-hardware-wallet/README.md +++ b/cmd/status-hardware-wallet/README.md @@ -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