update cmd README

This commit is contained in:
Andrea Franz 2018-11-09 11:16:20 +01:00
parent 6164bb6314
commit 944a3f3a47
No known key found for this signature in database
GPG Key ID: 4F0D2F2D9DE7F29D
1 changed files with 4 additions and 1 deletions

View File

@ -10,8 +10,11 @@
### Install the hardware wallet applet
The install command will install an applet to the card.
You can download the status `cap` file from the (status-im/hardware-wallet releases page)[https://github.com/status-im/hardware-wallet/releases].
```bash
status-hardware-wallet install -l debug -a applets/wallet-new.cap
status-hardware-wallet install -l debug -a PATH_TO_CAP_FILE
```
In case the applet is already installed and you want to force a new installation you can pass the `-f` flag.