diff --git a/INSTALL.md b/INSTALL.md
index c18e703eb4db02581f9cb2fdd27007efd150426f..8a7ba7f150802e8d1905dcd80f2dfc718bc96927 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!