X-Git-Url: https://git.madduck.net/code/vcsh.git/blobdiff_plain/4e58175e1b848f2f632b66571586d8bb70e2fa64..e4f4ecf2450ee5cbad7698e81f9bf4e2d3a26bd0:/doc/INSTALL.md?ds=sidebyside

diff --git a/doc/INSTALL.md b/doc/INSTALL.md
index 29c9889..65fc5f3 100644
--- a/doc/INSTALL.md
+++ b/doc/INSTALL.md
@@ -14,6 +14,12 @@ There are no other dependencies other than `git`, `ronn` and a POSIX shell.
 
 	sudo make install
 
+## Installing without root privileges ##
+
+	make install DESTDIR=/home/myuser/local
+
+or simply copy the shell script into any place you like, e.g. `~/bin`
+
 
 # Uninstalling #