README.md
changeset 240 7c3e7b53cbd3
parent 239 605a00e9d1ab
child 242 2a9ec03fe5a1
equal deleted inserted replaced
239:605a00e9d1ab 240:7c3e7b53cbd3
    23 ### From source
    23 ### From source
    24 
    24 
    25 madonctl now uses Go modules introduced with Go v1.11.
    25 madonctl now uses Go modules introduced with Go v1.11.
    26 
    26 
    27 You should still be able to build it "the old way" with an up-to-date release
    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:
    28 of 1.10+ with:
    29 
    29 
    30     go get -u github.com/McKael/madonctl
    30     go get -u github.com/McKael/madonctl
    31 
    31 
    32 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
    33 (especially [madon](https://github.com/McKael/madon)) are updated as well.
    33 (especially [madon](https://github.com/McKael/madon)) are updated as well.
    34 
    34 
    35 Alternatively, with Go >= 1.11:
    35 Alternatively, with Go >= 1.11:
    36 
    36 
    37     git clone git clone https://github.com/McKael/madonctl
    37     git clone https://github.com/McKael/madonctl
    38     cd madonctl
    38     cd madonctl
    39     go build    # (or go install)
    39     go build    # (or go install)
    40 
    40 
    41 and you should be able to use `madonctl`.
    41 and you should be able to use `madonctl`.
    42 
    42 
    43 Travis automated testing is run for Go versions 1.9 - 1.11.
    43 Travis automated testing is run for Go versions 1.10 - 1.11.
    44 
    44 
    45 ## Usage
    45 ## Usage
    46 
    46 
    47 ### Configuration
    47 ### Configuration
    48 
    48