Issue #1 - Corrected README installation instructions

This commit is contained in:
Donovan Jimenez 2012-05-31 10:08:28 -03:00
parent 4266152eb8
commit 9f790a3b51

View File

@ -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: