From 52e888f1877147727a80aaa8d477077e6a2aeb9f Mon Sep 17 00:00:00 2001 From: Manoj Dayaram Date: Mon, 1 Jul 2013 17:05:06 -0700 Subject: [PATCH] making readmes consistent with eachother. --- README | 2 +- README.md | 2 ++ 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 65ea5f3..386074d 100644 --- a/README +++ b/README @@ -7,7 +7,7 @@ Features ======== * 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]` +* Manage GOPATHs with `gvm pkgset [create/use/delete] [name]`. Use `--local` as `name` to manage repository under local path (`/path/to/repo/.gvm_local`). * List latest release tags with `gvm listall`. Use `--all` to list weekly as well. * Cache a clean copy of the latest Go source for multiple version installs. diff --git a/README.md b/README.md index 59c85f7..386074d 100644 --- a/README.md +++ b/README.md @@ -51,6 +51,8 @@ To completely remove gvm and all installed Go versions and packages: gvm implode +If that doesn't work see the troubleshooting steps at the bottom of this page. + Mac OS X Requirements ==================== Install mercurial from http://mercurial.berkwood.com/