Change GOROOT references to GOPATH in README

This commit is contained in:
Russ Ross 2013-11-21 08:47:41 -07:00
parent 48d1f9d9cc
commit d0e587acc8

View File

@ -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 @@ code:
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.