# HG changeset patch # User Mikael Berthe # Date 1493642262 -7200 # Node ID c31ca7e1ac246925f477e3e6ab8e6b77ebf934ec # Parent 4088535c4c4cb7597673b2ba5043c9520ff8d420 Update README diff -r 4088535c4c4c -r c31ca7e1ac24 README.md --- a/README.md Mon May 01 14:33:57 2017 +0200 +++ b/README.md Mon May 01 14:37:42 2017 +0200 @@ -15,21 +15,15 @@ To install the application from source (you need to have Go >= 1.7), just type: - go get github.com/McKael/madonctl + go get -u github.com/McKael/madonctl and you should be able to run `madonctl`. -For upgrades, you can use `go get -u github.com/McKael/madonctl` to upgrade -the dependencies (like [madon](https://github.com/McKael/madon)) at the same -time. +For upgrades, don't forget the `-u` option to ensure the dependencies +(especially [madon](https://github.com/McKael/madon)) are updated as well. Travis automated testing is run for Go versions 1.7 and 1.8. -For *upgrades*, you should use the `-u` option to ensure the dependencies are -updated as well: - - go get -u github.com/McKael/madonctl - ### Download Check the [Release page](https://github.com/McKael/madonctl/releases) for some pre-built binaries.