summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <0x6664@hey.com>2020-09-28 11:29:58 +0900
committerFlorian Didron <0x6664@hey.com>2020-09-28 11:29:58 +0900
commit5c536c2c4ca974fb83495d040e69da4a8051eaa3 (patch)
tree6f6d580a84f10a5005ac5a704ab1a9fa89f2329e
parent7a9cfafaa18e12ee309c4af28403b04d11f7698f (diff)
parent227ce6f096efc229187d77c97f97d1a73131e6a2 (diff)
Merge branch 'master' of github.com:zsa/wally-cli
-rw-r--r--README.md14
1 files changed, 12 insertions, 2 deletions
diff --git a/README.md b/README.md
index b6d833b..b23d1b4 100644
--- a/README.md
+++ b/README.md
@@ -9,9 +9,13 @@ 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:
-## Installing dependencies
+```
+go get -u github.com/zsa/wally-cli
+```
+
+## Installing dev dependencies
Wally is compatible with Windows, Linux, and macOS. Developing using each platform requires some extra setup:
### Windows
@@ -28,3 +32,9 @@ Install libusb using `brew`:
```
brew install libusb
```
+
+### build
+
+```
+go build
+```