From 227ce6f096efc229187d77c97f97d1a73131e6a2 Mon Sep 17 00:00:00 2001 From: Florian Didron Date: Fri, 25 Sep 2020 17:42:14 +0900 Subject: doc: adds build command --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) 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 +``` -- cgit v1.2.3