Skip to content
This repository has been archived by the owner on Aug 21, 2024. It is now read-only.

Add install command for go >= 1.17 #11

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ Note for Mac OS users, the CLI requires libusb to be installed: `brew install li

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:

For go >= 1.17
```
go install github.com/zsa/wally-cli@latest
```
For go < 1.17
```
go get -u github.com/zsa/wally-cli
```
Expand Down