README.md
changeset 242 2a9ec03fe5a1
parent 240 7c3e7b53cbd3
child 249 772a4d34c74d
equal deleted inserted replaced
241:e77dad242f4c 242:2a9ec03fe5a1
    22 
    22 
    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 For backward compatibility, dependencies have been vendored and you should
    28 of 1.10+ with:
    28 still be able to build it "the old way" with:
    29 
    29 
    30     go get -u github.com/McKael/madonctl
    30     go get github.com/McKael/madonctl
    31 
       
    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.
       
    34 
    31 
    35 Alternatively, with Go >= 1.11:
    32 Alternatively, with Go >= 1.11:
    36 
    33 
    37     git clone https://github.com/McKael/madonctl
    34     git clone https://github.com/McKael/madonctl
    38     cd madonctl
    35     cd madonctl
    39     go build    # (or go install)
    36     go build    # (or go install)
    40 
    37 
    41 and you should be able to use `madonctl`.
    38 and you should be able to use `madonctl`.
    42 
    39 
    43 Travis automated testing is run for Go versions 1.10 - 1.11.
    40 Travis automated testing is run for Go versions 1.9 - 1.11.
    44 
    41 
    45 ## Usage
    42 ## Usage
    46 
    43 
    47 ### Configuration
    44 ### Configuration
    48 
    45