From fe801d30698e2926b2c95de7221a290fc654f1de Mon Sep 17 00:00:00 2001 From: woldan Date: Sat, 6 Sep 2014 18:59:29 +0200 Subject: [PATCH] Fixed tag name mismatch (as 0.0.5 dropped the `v`). --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 035a08f..e36c849 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ rbenv, but for Go. To install the latest stable release: ``` -git clone -b v0.0.5 https://github.com/wfarr/goenv.git ~/.goenv +git clone -b 0.0.5 https://github.com/wfarr/goenv.git ~/.goenv ``` Then add the following to your shell config at the end: