diff --git a/Installation.md b/Installation.md
index 86c6db3..6596179 100644
--- a/Installation.md
+++ b/Installation.md
@@ -10,17 +10,17 @@ If there are nodes to manage, it needs these additional dependencies:
Quick install:
```become root```
-```cd /usr/local```
-git clone https://git.nativenet.ch/nativenet.ch/nlvmi.git
-useradd nlvmi
-ln -sf ${PWD}/nlvmi/nlvmi /usr/bin/
-ln -sf ${PWD}/nlvmi/wrap-nlvmi /usr/bin/
-ln -sf ${PWD}/nlvmi/web /var/www/localhost/htdocs/nlvmi --or wherever your webroot is
-chown root:nlvmi nlvmi/*nlvmi
-chmod +s nlvmi/wrap-nlvmi
-mkdir /etc/nlvmi
-cp nlvmi/vlvmi.conf /etc/nlvmi/
-nlvmi createdb
-```chown nobody:root /etc/nlvmi ```
+```cd /usr/local```
+```git clone https://git.nativenet.ch/nativenet.ch/nlvmi.git```
+```useradd nlvmi```
+```ln -sf ${PWD}/nlvmi/nlvmi /usr/bin/```
+```ln -sf ${PWD}/nlvmi/wrap-nlvmi /usr/bin/```
+```ln -sf ${PWD}/nlvmi/web /var/www/localhost/htdocs/nlvmi``` --or wherever your webroot is
+```chown root:nlvmi nlvmi/*nlvmi```
+```chmod +s nlvmi/wrap-nlvmi```
+```mkdir /etc/nlvmi```
+```cp nlvmi/vlvmi.conf /etc/nlvmi/```
+```nlvmi createdb```
+```chown nobody:root /etc/nlvmi```