Update help and remove more gvm pkg artifacts

This commit is contained in:
Joshua Bussdieker
2012-03-14 04:42:37 -07:00
parent 97ed989f6a
commit 578436bb4e
2 changed files with 3 additions and 8 deletions
+3 -2
View File
@@ -49,11 +49,12 @@ GVM is the Go Version Manager
version - print the gvm version number
get - gets the latest code (for debugging)
use - select a go version to use
diff - view changes to Go root
implode - completely remove gvm
install - install go versions
uninstall - uninstall go versions
list - list installed go versions
pkgset - manage go packages sets
pkg - manage go packages"
listall - list available versions
pkgset - manage go packages sets"
fi
fi
-6
View File
@@ -1,6 +0,0 @@
if [[ -f Makefile.gvm ]]; then
make -f Makefile.gvm $@
else
gb -bi
fi