From 6ffd4726c87615663bb1d99b00354c32c2811b42 Mon Sep 17 00:00:00 2001 From: Shane Smith Date: Fri, 27 Jan 2017 17:13:40 -0500 Subject: [PATCH] Update readme install instructions to install v0.1.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 859b844..74c45e9 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ Download `sneak.bash` somewhere and source it. ```sh # Download it -curl -L https://raw.githubusercontent.com/shanesmith/bash-sneak/master/sneak.bash -o ~/sneak.bash +curl -L https://raw.githubusercontent.com/shanesmith/bash-sneak/v0.1.0/sneak.bash -o ~/sneak.bash # Source it source ~/sneak.bash