README.md
changeset 239 605a00e9d1ab
parent 238 d5d0260ead40
child 240 7c3e7b53cbd3
equal deleted inserted replaced
238:d5d0260ead40 239:605a00e9d1ab
    20 More pre-built binaries might be available from the [Homepage](https://lilotux.net/~mikael/pub/madonctl/)
    20 More pre-built binaries might be available from the [Homepage](https://lilotux.net/~mikael/pub/madonctl/)
    21 (development version and builds for a few other platforms).
    21 (development version and builds for a few other platforms).
    22 
    22 
    23 ### From source
    23 ### From source
    24 
    24 
    25 To install the application from source (you need to have Go >= 1.7), just type:
    25 madonctl now uses Go modules introduced with Go v1.11.
       
    26 
       
    27 You should still be able to build it "the old way" with an up-to-date release
       
    28 of Go 1.9/1.10/1.11+ with:
    26 
    29 
    27     go get -u github.com/McKael/madonctl
    30     go get -u github.com/McKael/madonctl
    28 
       
    29 and you should be able to run `madonctl`.
       
    30 
    31 
    31 For upgrades, don't forget the `-u` option to ensure the dependencies
    32 For upgrades, don't forget the `-u` option to ensure the dependencies
    32 (especially [madon](https://github.com/McKael/madon)) are updated as well.
    33 (especially [madon](https://github.com/McKael/madon)) are updated as well.
    33 
    34 
    34 Travis automated testing is run for Go versions 1.7 - 1.10.
    35 Alternatively, with Go >= 1.11:
       
    36 
       
    37     git clone git clone https://github.com/McKael/madonctl
       
    38     cd madonctl
       
    39     go build    # (or go install)
       
    40 
       
    41 and you should be able to use `madonctl`.
       
    42 
       
    43 Travis automated testing is run for Go versions 1.9 - 1.11.
    35 
    44 
    36 ## Usage
    45 ## Usage
    37 
    46 
    38 ### Configuration
    47 ### Configuration
    39 
    48