README.md
changeset 52 825b890aff85
parent 32 c28f7e417146
child 62 4b861c82e5f6
equal deleted inserted replaced
51:4a0533d00053 52:825b890aff85
    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/...
    21 
    21 
    22 The library is fetched, compiled and installed in whichever directory is specified by `$GOPATH`.  The `atlas` binary will also be installed. 
    22 The library is fetched, compiled and installed in whichever directory is specified by `$GOPATH`.  The `gondole-cli` binary will also be installed. 
    23 
    23 
    24 ## Configuration
    24 ## Configuration
    25 
    25 
    26 The configuration is stored in the standard place: `$HOME/.config/gondole`.  You can find a global configuration file named `config.toml`and a file for each instance you have connected with, named `<instance>.toml`.
    26 The configuration is stored in the standard place: `$HOME/.config/gondole`.  You can find a global configuration file named `config.toml`and a file for each instance you have connected with, named `<instance>.toml`.
    27 
    27