Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Julian committed Aug 26, 2020
1 parent 5ab4334 commit 20ca33a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,12 @@ To install `rosetta-cli` from source, run:
go get github.com/coinbase/rosetta-cli
```

To download a binary directly for MacOS, run:
To download a binary directly for MacOS and the latest release, run:
```
curl -L https://github.com/coinbase/rosetta-cli/releases/download/v{YOUR REQUIRED VERSION HERE}/rosetta-cli-{YOUR REQUIRED VERSION HERE}-darwin-10.6-amd64 -o rosetta-cli; chmod +x rosetta-cli;
curl -L https://github.com/coinbase/rosetta-cli/releases/download/v0.4.1/rosetta-cli-0.4.1-darwin-10.6-amd64 -o rosetta-cli; chmod +x rosetta-cli;
```

Otherwise, binaries for other operating systems can be found [here](https://github.com/coinbase/rosetta-cli/releases).
_Downloading binaries from the Github UI will cause permission errors on Mac._

## Usage
Expand Down

0 comments on commit 20ca33a

Please sign in to comment.