diff options
author | Kristian Lyngstol <kly@kly.no> | 2019-02-11 22:25:18 +0100 |
---|---|---|
committer | Kristian Lyngstol <kly@kly.no> | 2019-02-11 22:25:18 +0100 |
commit | c402fc7c6fc39f3a690556aa036cb75fdc039bb4 (patch) | |
tree | ec9d4b6664ea009faa4c8a9f7fb09285516eca6b /INSTALLING.rst | |
parent | b37496aa469bcb831576ea45a19bc065c37db284 (diff) | |
parent | 41f08a5144a4fd1143e5c2795ecf42d705525710 (diff) |
Merge branch 'master' of github.com:gathering/gondul
Diffstat (limited to 'INSTALLING.rst')
-rw-r--r-- | INSTALLING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALLING.rst b/INSTALLING.rst index b04e226..62b6b38 100644 --- a/INSTALLING.rst +++ b/INSTALLING.rst @@ -33,7 +33,7 @@ As root: As ``$YOURUSER``:: - $ git clone https://github.com/tech-server/gondul.git + $ git clone https://github.com/gathering/gondul.git $ cd gondul/ansible $ ansible-playbook -i inventory-localhost site.yml |