updated the readme to reflect the permission setup option

This commit is contained in:
Llewellyn van der Merwe 2017-07-05 22:05:00 +01:00
parent a73a3ee38d
commit a7eb9fb07f
No known key found for this signature in database
GPG Key ID: CAD7B16D27AF28C5
1 changed files with 5 additions and 0 deletions

View File

@ -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
```