Skip to content

Commit

Permalink
Update readme to remove install from srouce
Browse files Browse the repository at this point in the history
  • Loading branch information
qiwu7 committed Sep 2, 2020
1 parent cbc9877 commit 2b5acea
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,13 @@ Before diving into the CLI, we recommend taking a look at the Rosetta API Docs:
* [Construction API](https://www.rosetta-api.org/docs/construction_api_introduction.html)

## Install
To install `rosetta-cli` from source, run:
```
go get github.com/coinbase/rosetta-cli
```

To download a binary directly for the latest release, run:
```
curl -sSfL https://raw.githubusercontent.com/coinbase/rosetta-cli/master/scripts/install.sh | sh -s
```

The binary will be installed inside the`./bin` directory from where the install command was run.

_Downloading binaries from the Github UI will cause permission errors on Mac._

## Usage
Expand Down

0 comments on commit 2b5acea

Please sign in to comment.