summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
+```