From 36854f266d0f7d36c28c24361a6145c2391daf86 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 28 Oct 2015 15:43:45 -0700 Subject: [PATCH] Update INSTALLGO.md --- INSTALLGO.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/INSTALLGO.md b/INSTALLGO.md index 05bf4437d..745575f26 100644 --- a/INSTALLGO.md +++ b/INSTALLGO.md @@ -53,7 +53,7 @@ $ mkdir -p $HOME/go ##### Setup GOROOT and GOPATH -Add the following exports to your ``~/.bashrc``. Environment variable GOROOT specifies the location of your golang binaries +Add the following exports to your ``~/.bash_profile``. Environment variable GOROOT specifies the location of your golang binaries and GOPATH specifies the location of your project workspace. ```sh