From bcca0cb6d41727819fe0e2ced837d322f67972c7 Mon Sep 17 00:00:00 2001
From: Richard Hartmann <richih@debian.org>
Date: Mon, 13 Apr 2015 07:11:53 +0200
Subject: [PATCH] doc/INSTALL.md: Specify how to install as user

---
 doc/INSTALL.md | 6 ++++++
 1 file changed, 6 insertions(+)

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 #
 
-- 
GitLab