Change GOROOT references to GOPATH in README
Russ Ross russ@russross.com
Thu, 21 Nov 2013 08:47:41 -0700
1 files changed,
2 insertions(+),
2 deletions(-)
jump to
M
README.md
→
README.md
@@ -25,7 +25,7 @@ With Go 1 and git installed:
go get github.com/russross/blackfriday -will download, compile, and install the package into your `$GOROOT` +will download, compile, and install the package into your `$GOPATH` directory hierarchy. Alternatively, you can import it into a project:@@ -65,7 +65,7 @@
Note that if you have not already done so, installing `blackfriday-tool` will be sufficient to download and install blackfriday in addition to the tool itself. The tool binary will be -installed in `$GOROOT/bin`. This is a statically-linked binary that +installed in `$GOPATH/bin`. This is a statically-linked binary that can be copied to wherever you need it without worrying about dependencies and library versions.