Skip to content

Commit

Permalink
Change GOROOT references to GOPATH in README
Browse files Browse the repository at this point in the history
  • Loading branch information
russross committed Nov 21, 2013
1 parent 48d1f9d commit d0e587a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -25,7 +25,7 @@ With Go 1 and git installed:


go get github.com/russross/blackfriday 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 directory hierarchy. Alternatively, you can import it into a
project: project:


Expand Down Expand Up @@ -65,7 +65,7 @@ code:
Note that if you have not already done so, installing Note that if you have not already done so, installing
`blackfriday-tool` will be sufficient to download and install `blackfriday-tool` will be sufficient to download and install
blackfriday in addition to the tool itself. The tool binary will be 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 can be copied to wherever you need it without worrying about
dependencies and library versions. dependencies and library versions.


Expand Down

0 comments on commit d0e587a

Please sign in to comment.