diff options
author | Lasse Haugen <haugen.lasse@gmail.com> | 2017-10-28 16:17:15 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-28 16:17:15 +0200 |
commit | 30c52512c1d5bbab46abf4f6bad9924b69b5ec16 (patch) | |
tree | 0cb4265ded8911ce40a3dc7afa40992ba7380fd4 | |
parent | c053f233d15c9fabd757a3c7d9b88a6963da594c (diff) |
Update INSTALLING.rst
-rw-r--r-- | INSTALLING.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/INSTALLING.rst b/INSTALLING.rst index 0972767..3e50ede 100644 --- a/INSTALLING.rst +++ b/INSTALLING.rst @@ -33,7 +33,7 @@ As root: As ``$YOURUSER``:: - $ git clone git@github.com:tech-server/gondul + $ git clone https://github.com/tech-server/gondul.git $ cd gondul/ansible $ ansible-playbook -i inventory-localhost site.yml |