From 92b2df69fa11158609e09c74c7316b3b2a0bb326 Mon Sep 17 00:00:00 2001 From: jbussdieker Date: Thu, 9 May 2013 08:33:48 -0600 Subject: [PATCH] Update README.md Better Go installation docs --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 3a66119..5ad7acf 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,15 @@ Installing Go gvm use go1 [--default] Once this is done Go will be in the path and ready to use. $GOROOT and $GOPATH are set automatically. +Additional options can be specified when installing Go: + + Usage: gvm install [version] [options] + -s, --source=SOURCE Install Go from specified source. + -n, --name=NAME Override the default name for this version. + -pb, --with-protobuf Install Go protocol buffers. + -b, --with-build-tools Install package build tools. + -h, --help Display this message. + List Go Versions ================ To list all installed Go versions (The current version is prefixed with "=>"):