From 7eebcb18b09bd9100a2e63686b7ba733167aed79 Mon Sep 17 00:00:00 2001 From: mad Date: Wed, 7 Nov 2018 13:58:12 +0000 Subject: [PATCH] Update page 'Installation' --- Installation.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Installation.md b/Installation.md index 167ad03..81209b4 100644 --- a/Installation.md +++ b/Installation.md @@ -9,7 +9,7 @@ If there are nodes to manage, it needs these additional dependencies:
-openssh
Quick install:
-```become root\n +```become root``` cd /usr/local
git clone https://git.nativenet.ch/nativenet.ch/nlvmi.git useradd nlvmi @@ -21,6 +21,6 @@ chmod +s nlvmi/wrap-nlvmi mkdir /etc/nlvmi cp nlvmi/vlvmi.conf /etc/nlvmi/ nlvmi createdb -chown nobody:root /etc/nlvmi ``` +```chown nobody:root /etc/nlvmi ```