Update README
authorMikael Berthe <mikael@lilotux.net>
Mon, 01 May 2017 14:37:42 +0200
changeset 54 c31ca7e1ac24
parent 53 4088535c4c4c
child 55 e9df533a1c4f
Update README
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.