From 0f1fae7262ab75bf0ba71ad08260754fe3509e4d Mon Sep 17 00:00:00 2001 From: mad Date: Fri, 9 Nov 2018 13:48:40 +0000 Subject: [PATCH] Update page 'Installation' --- Installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Installation.md b/Installation.md index 492fd0b..2ce0753 100644 --- a/Installation.md +++ b/Installation.md @@ -15,7 +15,7 @@ Quick install:
```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
+```ln -sf ${PWD}/nlvmi/web /var/www/localhost/htdocs/nlvmi``` -or wherever your webroot is or you would like to access it
```chown root:nlvmi nlvmi/*nlvmi```
```chmod +s nlvmi/wrap-nlvmi```
```mkdir /etc/nlvmi```