From 611925e4e7493c30f7ab3eff120c3f06b135f5ae Mon Sep 17 00:00:00 2001 From: Joshua Bussdieker Date: Wed, 28 Mar 2012 11:24:21 -0700 Subject: [PATCH] Update README for Go1 --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f605dbc..4688ad3 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ GVM provides an interface to manage Go versions. Features ======== -* Install/Uninstall Go versions with `gvm install [tag]` where tag is "60.3", "weekly.2011-11-08", or "tip" +* Install/Uninstall Go versions with `gvm install [tag]` where tag is "60.3", "go1", "weekly.2011-11-08", or "tip" * List added/removed files in GOROOT with `gvm diff` * Manage GOPATHs with `gvm pkgset [create/use/delete] [name]` * List latest release tags with `gvm listall`. Use `--all` to list weekly as well. @@ -26,8 +26,8 @@ To install: Installing Go ============= - gvm install 60.3 - gvm use 60.3 + gvm install go1 + gvm use go1 [--default] Once this is done Go will be in the path and ready to use. $GOROOT and $GOPATH are set automatically. You are now ready to create and use packages built using gpkg. Instructions can be found at http://github.com/moovweb/gpkg