mirror of
https://github.com/russross/blackfriday.git
synced 2024-03-22 13:40:34 +08:00
Change GOROOT references to GOPATH in README
This commit is contained in:
parent
48d1f9d9cc
commit
d0e587acc8
|
@ -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.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user