From bb2ceb4f125bf92eb6986c4a21466072dc320cd3 Mon Sep 17 00:00:00 2001 From: tamal Date: Tue, 29 Aug 2017 21:40:03 -0700 Subject: [PATCH] Prepare docs for 0.1.0-rc.1 release. --- docs/install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install.md b/docs/install.md index 2d92f7361..10dd7bcdd 100644 --- a/docs/install.md +++ b/docs/install.md @@ -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/ ```