From a581c34917a1e95e2d2b77bd912bffc544abf9f1 Mon Sep 17 00:00:00 2001 From: Yevgeniy Brikman Date: Mon, 9 May 2016 18:25:20 +0200 Subject: [PATCH] Update version in README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e24cacd..e174e88 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ gruntwork-install --module-name 'vault-ssh-helper' --tag '0.0.3' ## Installing gruntwork-install ```bash -curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version 0.0.3 +curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version 0.0.5 ``` Notice the `--version` parameter at the end where you specify which version of `gruntwork-install` to install. See the @@ -77,7 +77,7 @@ and then uses it to install several modules: }], "provisioners": [{ "type": "shell", - "inline": "curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version 0.0.3" + "inline": "curl -Ls https://raw.githubusercontent.com/gruntwork-io/gruntwork-installer/master/bootstrap-gruntwork-installer.sh | bash /dev/stdin --version 0.0.5" },{ "type": "shell", "inline": [