aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2015-06-02 18:37:33 -0300
committerSilvio Rhatto <rhatto@riseup.net>2015-06-02 18:37:33 -0300
commit9fb3d88ff2c8663de2d91807b3872bdb9038b9aa (patch)
treebd31953d77cc939589a4b050ae5dc78ef0b0a69d /README.md
parent9d12c19d130994716ea27d770448c512e5c77573 (diff)
downloadhydra-9fb3d88ff2c8663de2d91807b3872bdb9038b9aa.tar.gz
hydra-9fb3d88ff2c8663de2d91807b3872bdb9038b9aa.tar.bz2
Use 'git' instead of 'gitolite' user
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f21339c..23073b6 100644
--- a/README.md
+++ b/README.md
@@ -37,7 +37,7 @@ If you have enough credentials (ssh pubkey set in the server), you can fetch
all the needed repositories and configurations to a local folder
`~/file/example` using simply the following command:
- hydra example init ~/file/example gitolite@admin.example.org:config.git
+ hydra example init ~/file/example git@admin.example.org:config.git
Creating a new network
----------------------