README.md
changeset 62 4b861c82e5f6
parent 52 825b890aff85
child 137 acaea3179f4d
equal deleted inserted replaced
61:8527821202fd 62:4b861c82e5f6
    10 
    10 
    11 ## Installation
    11 ## Installation
    12 
    12 
    13 Like many Go-based tools, installation is very easy
    13 Like many Go-based tools, installation is very easy
    14   
    14   
    15     go get github.com/keltia/gondole
    15     go get github.com/keltia/gondole/cmd/...
    16 
    16 
    17   or
    17   or
    18   
    18   
    19     git clone https://github.com/keltia/gondole
    19     git clone https://github.com/keltia/gondole
    20     go install ./cmd/...
    20     go install ./cmd/...