all repos — grayfriday @ d0e587acc8a319a3c1613fdf8e08c341f8801e1d

blackfriday fork with a few changes

Change GOROOT references to GOPATH in README
Russ Ross russ@russross.com
Thu, 21 Nov 2013 08:47:41 -0700
commit

d0e587acc8a319a3c1613fdf8e08c341f8801e1d

parent

48d1f9d9cc4926f3465929e318a3a002ef9c8a35

1 files changed, 2 insertions(+), 2 deletions(-)

jump to
M README.mdREADME.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.