diff --git a/README.md b/README.md index 914d930..12f1ed2 100644 --- a/README.md +++ b/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 @@ 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.