summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2020-09-25 17:41:07 +0900
committerGitHub <noreply@github.com>2020-09-25 17:41:07 +0900
commit0949a24483d378d0b1730285048be7319509bcad (patch)
tree908a635a6477128a7dc2681c94f358944ba28380
parent26d642028c36d36c7a8f74187799d69fd99a7806 (diff)
doc: add go get command
-rw-r--r--README.md6
1 files changed, 5 insertions, 1 deletions
diff --git a/README.md b/README.md
index b6d833b..9f56c4b 100644
--- a/README.md
+++ b/README.md
@@ -9,7 +9,11 @@ Note for Linux users, follow the instructions from our [wiki page](https://githu
Note for Mac OS users, the CLI requires libusb to be installed: `brew install libusb`
-You can also compile and install Wally using go's package manager, make sure you follow the `Installing dev dependencies` section for your platform below.
+You can also compile and install Wally using go's package manager, make sure you follow the `Installing dev dependencies` section for your platform below:
+
+```
+go get -u github.com/zsa/wally-cli
+```
## Installing dependencies
Wally is compatible with Windows, Linux, and macOS. Developing using each platform requires some extra setup: