From 9f790a3b511a1962ec2289e5335753562a817696 Mon Sep 17 00:00:00 2001 From: Donovan Jimenez Date: Thu, 31 May 2012 10:08:28 -0300 Subject: [PATCH] Issue #1 - Corrected README installation instructions --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c197515..0488f25 100644 --- a/README.md +++ b/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: