From bfdfeba1ea6036ba4261c9e192f2a6daabd9c27f Mon Sep 17 00:00:00 2001 From: Bigard Florian Date: Sun, 12 Jul 2015 10:32:43 +0200 Subject: [PATCH] Update README.md --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 245610e..ba0270a 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ Only tested on Debian Jessie. Feel free to open issues. * Setup OpenVPN and the web application: - cd ~/my_coding_workspace - git clone https://github.com/Chocobozzz/OpenVPN-Admin openvpn-admin - cd openvpn-admin - ./install.sh www_base_dir web_user web_group + $ cd ~/my_coding_workspace + $ git clone https://github.com/Chocobozzz/OpenVPN-Admin openvpn-admin + $ cd openvpn-admin + # ./install.sh www_base_dir web_user web_group * Setup the web server (Apache, NGinx...) to serve the web application. * Create the admin of the web application by visiting http://your-installation/index.php?installation @@ -41,13 +41,13 @@ Only tested on Debian Jessie. Feel free to open issues. ## Update - git pull origin master - ./update.sh www_base_dir + $ git pull origin master + # ./update.sh www_base_dir ## Desinstall It will remove all installed components (OpenVPN keys and configurations, the web application, iptables rules...). - ./clean.sh www_base_dir + # ./clean.sh www_base_dir ## Use of