Skip to content

Commit

Permalink
Update tag in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jszwedko committed Jan 22, 2016
1 parent 078017c commit 1f58eb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,15 +17,15 @@ documentation.
#### OS X (64 bit)

```bash
curl -sL https://github.com/jszwedko/circleci-cli/releases/download/0.0.1/darwin_amd64 > circleci-cli
curl -sL https://github.com/jszwedko/circleci-cli/releases/download/0.1.0/darwin_amd64 > circleci-cli
sudo mv circleci-cli /usr/local/bin/
sudo chmod +x /usr/local/bin/circleci-cli
```

#### Linux (64 bit)

```bash
curl -sL https://github.com/jszwedko/circleci-cli/releases/download/0.0.1/linux_amd64 > circleci-cli
curl -sL https://github.com/jszwedko/circleci-cli/releases/download/0.1.0/linux_amd64 > circleci-cli
sudo mv circleci-cli /usr/local/bin/
sudo chmod +x /usr/local/bin/circleci-cli
```
Expand Down

0 comments on commit 1f58eb0

Please sign in to comment.