aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaushal Subedi2015-10-25 15:51:28 -0600
committerKaushal Subedi2015-10-25 15:51:28 -0600
commit9f33039d707a42b1436bebddcab073990dfe11d1 (patch)
tree196d3a90cabe5efc08b566f7e4f8e3a4b7d22a0b
parent80143b453d94c40ec74453754ce7f58a42278168 (diff)
downloadgomove-9f33039d707a42b1436bebddcab073990dfe11d1.tar.bz2
added link to releases page on readme
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index e925c4b..2e63bae 100644
--- a/README.md
+++ b/README.md
@@ -14,7 +14,9 @@ Getting started with gomove is really easy. If you have a proper `$GOPATH` setup
$ go get -u github.com/ksubedi/gomove
-Once you have the gomove tool on your path, using it is really easy. First, move your package directory to the new directory and run gomove tool.
+You can also download pre-built binary files and debian packages from the [releases page](https://github.com/KSubedi/gomove/releases).
+
+Once you have the gomove installed, using it is really easy. First, move your package directory to the new directory and run gomove tool.
In this example, we are moving package `github.com/ksubedi/go-web-seed` to `github.com/ksubedi/new-project`. First we move the first directory to the second one, then we can do the following to automatically update the imports: