From 9cf079ba24afdfe58f15e7125ece369da935b2ba Mon Sep 17 00:00:00 2001 From: Tyler Houlihan Date: Tue, 14 Apr 2015 23:04:53 -0400 Subject: [PATCH] Show the useful gvm listall command It took me a while to find this, but the gvm listall command is probably its most useful feature, and its not even on the front page. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index c5545eb..d9d27df 100644 --- a/README.md +++ b/README.md @@ -53,6 +53,10 @@ To list all installed Go versions (The current version is prefixed with "=>"): gvm list +To list all Go versions available for download: + + gvm listall + Uninstalling ============ To completely remove gvm and all installed Go versions and packages: