commit | b466cef2f0d480a070fcf31c3681c76889e72a85 | [log] [tgz] |
---|---|---|
author | jethrogb <github@jbeekman.nl> | Tue Jun 09 14:13:38 2015 -0700 |
committer | jethrogb <github@jbeekman.nl> | Tue Jun 09 14:13:38 2015 -0700 |
tree | 7f65098b819f9eb6276c4e3840e9159036639bc6 | |
parent | c957f234abc5fb197d51e8d8fdd87ac1071fd698 [diff] [blame] |
Updated GOPATH (markdown)
diff --git a/GOPATH.md b/GOPATH.md index 3e2b9f8..c0d2219 100644 --- a/GOPATH.md +++ b/GOPATH.md
@@ -8,7 +8,7 @@ ## Integrating GOPATH -On OS X or Linux, adding the following expression to PATH will add all $GOPATH/bin directories. +On OS X or Linux (bash), adding the following expression to PATH will add all $GOPATH/bin directories. ``` ${GOPATH//://bin:}/bin ```