Skip to content

Commit

Permalink
Prepare docs for 0.1.0-rc.1 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
tamalsaha committed Aug 30, 2017
1 parent a4ba6df commit bb2ceb4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ Download pre-built binaries from [appscode/guard Github releases](https://github

```console
# Linux amd 64-bit:
wget -O guard https://github.com/appscode/guard/releases/download/0.1.0-rc.0/guard-linux-amd64 \
wget -O guard https://github.com/appscode/guard/releases/download/0.1.0-rc.1/guard-linux-amd64 \
&& chmod +x guard \
&& sudo mv guard /usr/local/bin/

# Mac 64-bit
wget -O guard https://github.com/appscode/guard/releases/download/0.1.0-rc.0/guard-darwin-amd64 \
wget -O guard https://github.com/appscode/guard/releases/download/0.1.0-rc.1/guard-darwin-amd64 \
&& chmod +x guard \
&& sudo mv guard /usr/local/bin/
```
Expand Down

0 comments on commit bb2ceb4

Please sign in to comment.