From 291b306eeb3000c0ad2bffec06a8256fad4a5b16 Mon Sep 17 00:00:00 2001 From: oleid Date: Thu, 31 Oct 2013 12:10:16 +0100 Subject: [PATCH] Add part about installation to home directory. --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 994737d..45e641c 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,11 @@ If everything worked well, do: ./configure --prefix=/usr && make -And as a super user, e.g. using sudo +To install the extension to your home directory, run + +make local-install + +Or to install it for all users you need administrator rights. Thus you've to use something like sudo or become root via su. Using sudo, simply run: sudo make install