Skip to content

Commit

Permalink
doc: adds build command
Browse files Browse the repository at this point in the history
  • Loading branch information
fdidron committed Sep 25, 2020
1 parent 0949a24 commit 227ce6f
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -32,3 +32,9 @@ Install libusb using `brew`:
```
brew install libusb
```

### build

```
go build
```

0 comments on commit 227ce6f

Please sign in to comment.