diff -r e77dad242f4c -r 2a9ec03fe5a1 README.md --- a/README.md Sat Sep 29 12:52:45 2018 +0200 +++ b/README.md Sat Sep 29 18:09:54 2018 +0200 @@ -24,13 +24,10 @@ madonctl now uses Go modules introduced with Go v1.11. -You should still be able to build it "the old way" with an up-to-date release -of 1.10+ with: +For backward compatibility, dependencies have been vendored and you should +still be able to build it "the old way" with: - go get -u github.com/McKael/madonctl - -For upgrades, don't forget the `-u` option to ensure the dependencies -(especially [madon](https://github.com/McKael/madon)) are updated as well. + go get github.com/McKael/madonctl Alternatively, with Go >= 1.11: @@ -40,7 +37,7 @@ and you should be able to use `madonctl`. -Travis automated testing is run for Go versions 1.10 - 1.11. +Travis automated testing is run for Go versions 1.9 - 1.11. ## Usage