From c945b890c32b3f75f0d15d726d6ac771a4c2e5f9 Mon Sep 17 00:00:00 2001 From: Joe Chen Date: Tue, 21 May 2013 08:27:03 -0300 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 12ac2d735..ef986cd8f 100644 --- a/README.md +++ b/README.md @@ -19,3 +19,4 @@ gpm(Go Package Manager) is a Go package manage tool for search, install, update - Add i18n support for all strings. - Add feature for downloading through version control tools, and use `checkout` to switch to specific revision; this feature only be enabled when users use bundle or snapshot id. - When choose which `GOPATH` to install, match with current path first, if it doesn't match any `GOPATH`, then install to the first path in the `GOPATH` variable. +- Add support that download by tag for packages in github.com.