README.md
changeset 54 c31ca7e1ac24
parent 43 59ebd755fdc9
child 72 8c7a2119dc9d
equal deleted inserted replaced
53:4088535c4c4c 54:c31ca7e1ac24
    13 
    13 
    14 ### From source
    14 ### From source
    15 
    15 
    16 To install the application from source (you need to have Go >= 1.7), just type:
    16 To install the application from source (you need to have Go >= 1.7), just type:
    17 
    17 
    18     go get github.com/McKael/madonctl
    18     go get -u github.com/McKael/madonctl
    19 
    19 
    20 and you should be able to run `madonctl`.
    20 and you should be able to run `madonctl`.
    21 
    21 
    22 For upgrades, you can use `go get -u github.com/McKael/madonctl` to upgrade
    22 For upgrades, don't forget the `-u` option to ensure the dependencies
    23 the dependencies (like [madon](https://github.com/McKael/madon)) at the same
    23 (especially [madon](https://github.com/McKael/madon)) are updated as well.
    24 time.
       
    25 
    24 
    26 Travis automated testing is run for Go versions 1.7 and 1.8.
    25 Travis automated testing is run for Go versions 1.7 and 1.8.
    27 
       
    28 For *upgrades*, you should use the `-u` option to ensure the dependencies are
       
    29 updated as well:
       
    30 
       
    31     go get -u github.com/McKael/madonctl
       
    32 
    26 
    33 ### Download
    27 ### Download
    34 
    28 
    35 Check the [Release page](https://github.com/McKael/madonctl/releases) for some pre-built binaries.
    29 Check the [Release page](https://github.com/McKael/madonctl/releases) for some pre-built binaries.
    36 
    30