From cbc79352da76ec40c6ec6ea20e588d45353df463 Mon Sep 17 00:00:00 2001 From: brettlangdon Date: Sat, 9 May 2015 15:43:20 -0400 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 435a5c0..ba56438 100644 --- a/README.md +++ b/README.md @@ -11,8 +11,7 @@ provides some bash functions to help manage your `GOPATH`. Download the latest version of the script. ```bash mkdir ~/.gopkg -cd ~/.gopkg -curl -o gopkg.sh https://raw.githubusercontent.com/brettlangdon/gopkg/master/gopkg.sh +curl -o ~/.gopkg/gopkg.sh https://raw.githubusercontent.com/brettlangdon/gopkg/master/gopkg.sh ``` Next modify your `~/.bashrc` or `~/.zshrc` files to include the following