diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 14:28:30 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-02-28 14:28:30 -0300 |
commit | 852af63d40c0e1d286fef163088b51f45296024c (patch) | |
tree | 0305861890dd81b00b33a32133d5caeae779b60b /README.md | |
parent | 3ca202a22ea1a3840e0be3193ca137266cc881e8 (diff) | |
download | hydra-852af63d40c0e1d286fef163088b51f45296024c.tar.gz hydra-852af63d40c0e1d286fef163088b51f45296024c.tar.bz2 |
Fix docs
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 7 |
1 files changed, 4 insertions, 3 deletions
@@ -21,13 +21,14 @@ First, clone the code: Then add hydra folder to your `$PATH` or run the following command to install if under `/usr/local`: - ./hydractl provision + ./hydractl deploy Managing an existing network ---------------------------- -If you have enough credentials, you can fetch all the needed repositories and configurations -using simply the following command: +If you have enough credentials (ssh pubkey set in the server), you can fetch +all the needed repositories and configurations using simply the following +command: hydra example init ~/file/example ssh://gitolite@admin.example.org/config.git |