summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFlorian Didron <fdidron@users.noreply.github.com>2020-09-25 17:42:14 +0900
committerGitHub <noreply@github.com>2020-09-25 17:42:14 +0900
commit227ce6f096efc229187d77c97f97d1a73131e6a2 (patch)
tree5fc0c210037a6a5d9e09545791481833de81f865
parent0949a24483d378d0b1730285048be7319509bcad (diff)
doc: adds build command2.0.0-windows2.0.0-osx2.0.0-linux
-rw-r--r--README.md8
1 files changed, 7 insertions, 1 deletions
diff --git a/README.md b/README.md
index 9f56c4b..b23d1b4 100644
--- a/README.md
+++ b/README.md
@@ -15,7 +15,7 @@ You can also compile and install Wally using go's package manager, make sure you
go get -u github.com/zsa/wally-cli
```
-## Installing dependencies
+## Installing dev dependencies
Wally is compatible with Windows, Linux, and macOS. Developing using each platform requires some extra setup:
### Windows
@@ -32,3 +32,9 @@ Install libusb using `brew`:
```
brew install libusb
```
+
+### build
+
+```
+go build
+```