diff options
-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 |