Issue #1 - Corrected README installation instructions
This commit is contained in:
parent
4266152eb8
commit
9f790a3b51
10
README.md
10
README.md
@ -1,9 +1,17 @@
|
||||
# Install
|
||||
|
||||
The main method of installation is through "go install" (provided in $GOROOT/bin)
|
||||
The main method of installation is through "go get" (provided in $GOROOT/bin)
|
||||
|
||||
go get github.com/djimenez/iconv-go
|
||||
|
||||
This both downloads from github and installs the package into your $GOPATH. To just
|
||||
recompile the package after you've already "get"ed (e.g. for a new go version),
|
||||
use "go install" instead.
|
||||
|
||||
go install github.com/djimenez/iconv-go
|
||||
|
||||
See documentation for "go get" and "go install" for more information.
|
||||
|
||||
# Usage
|
||||
|
||||
To use the package, you'll need the appropriate import statement:
|
||||
|
Loading…
Reference in New Issue
Block a user