diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2014-03-28 13:54:43 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2014-03-28 13:54:43 -0300 |
commit | e012536c9fad6112ab08da272faef3527957a92f (patch) | |
tree | e1f124c4bbeab571366c9c172c37d8d3c7e75297 /README.md | |
parent | 3bdb422afd917573facc13c207c8fb276f72bbbd (diff) | |
download | hydra-e012536c9fad6112ab08da272faef3527957a92f.tar.gz hydra-e012536c9fad6112ab08da272faef3527957a92f.tar.bz2 |
README update
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -19,7 +19,7 @@ First, clone the code: cd hydra && git tag -v Then add hydra folder to your `$PATH` or run the following command to install -if under `/usr/local`: +it under `/usr/local`: ./hydractl deploy @@ -30,7 +30,7 @@ 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 + hydra example init ~/file/example gitolite@admin.example.org:config.git Creating a new network ---------------------- |