From 91b86e5e66de34384979389b90f262dcd79f7e33 Mon Sep 17 00:00:00 2001
From: Pierre Ozoux <pierre@ozoux.net>
Date: Fri, 2 Sep 2016 15:16:01 +0100
Subject: [PATCH] mv to libre.sh

---
 INSTALL.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/INSTALL.md b/INSTALL.md
index c18e703..8a7ba7f 100644
--- a/INSTALL.md
+++ b/INSTALL.md
@@ -1,4 +1,4 @@
-# Instructions to install LibrePaaS
+# Instructions to install libre.sh
 
 ## Recommendation
 - API key on Namecheap (if you want to automatically buy domain name)
@@ -104,11 +104,11 @@ coreos:
         Type=oneshot
         RemainAfterExit=true
         ExecStart=-/bin/bash -euxc ' \
-          git clone https://github.com/indiehosters/LibrePaaS.git /indiehosters &&\
+          git clone https://github.com/indiehosters/libre.sh.git /indiehosters &&\
           mkdir /{data,system} &&\
           mkdir /data/trash &&\
           cp /indiehosters/unit-files/* /etc/systemd/system && systemctl daemon-reload &&\
           cp /indiehosters/utils/* /opt/bin/'
 ```
 
-And voila, your firet LibrePaaS node is ready!
+And voila, your first libre.sh node is ready!
-- 
GitLab