Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
lnsp committed Oct 27, 2018
1 parent 1afb4ed commit f420a6a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,16 +38,16 @@ KOALA_PRIVATEKEY=
**Step 1:** Download one of the binary packages from the release site
```bash
# Linux amd64
curl -O -L https://github.com/lnsp/koala/releases/download/v0.4.0/koala-v0.4.0-darwin-amd64.tar.gz
curl -O -L https://github.com/lnsp/koala/releases/download/v0.4.1/koala-v0.4.1-darwin-amd64.tar.gz
# Linux arm
curl -O -L https://github.com/lnsp/koala/releases/download/v0.4.0/koala-v0.4.0-linux-arm.tar.gz
curl -O -L https://github.com/lnsp/koala/releases/download/v0.4.1/koala-v0.4.1-linux-arm.tar.gz
# macOS amd64
curl -O -L https://github.com/lnsp/koala/releases/download/v0.4.0/koala-v0.4.0-darwin-amd64.tar.gz
curl -O -L https://github.com/lnsp/koala/releases/download/v0.4.1/koala-v0.4.1-darwin-amd64.tar.gz
```

**Step 2:** Extract the contents to a target location
```bash
tar -C /usr/local -xzvf koala-v0.4.0-*.tar.gz
tar -C /usr/local -xzvf koala-v0.4.1-*.tar.gz
```

**Step 3:** *(Optional)* Create link to binary
Expand Down

0 comments on commit f420a6a

Please sign in to comment.