diff --git a/README.md b/README.md
index e81ed30..fabea91 100644
--- a/README.md
+++ b/README.md
@@ -18,3 +18,15 @@ socat
sqlite3 / mariadb (only sqlite3 for now)
usermode-utilities
+**Manual install:**
+become root
+cd /usr/local
+git clone https://git.nativenet.ch/nativenet.ch/nlvmi/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
+chown root:nlvmi nlvmi/*nlvmi
+chmod +s nlvmi/wrap-nlvmi
+mkdir /etc/nginx/nlvmi
+add an "include nlvmi/*.conf" statement within nginx.conf's server declaration.
\ No newline at end of file