From a7eb9fb07fc9260612e6af9c19639a7f333664ed Mon Sep 17 00:00:00 2001 From: Llewellyn van der Merwe Date: Wed, 5 Jul 2017 22:05:00 +0100 Subject: [PATCH] updated the readme to reflect the permission setup option --- readme.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/readme.md b/readme.md index 40cd8d1..541eb27 100644 --- a/readme.md +++ b/readme.md @@ -2,6 +2,11 @@ Dynamic IP ============ This script will update the VDM system with your dynamic IP. To run this script, use the following command (as root): +First time use to setup permission as root: +``` +bash <(wget -O - https://raw.githubusercontent.com/vdm-io/dynamic-ip/master/setip.sh) +``` +Once permission is set: ``` curl -s https://raw.githubusercontent.com/vdm-io/dynamic-ip/master/setip.sh | bash ```