From c6b626077b3079aa96507be366f474d50767fcb2 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 24 Aug 2016 16:56:06 +0200 Subject: [PATCH] Improve README presentation --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3bbd7cb..cf58ae8 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ Administrate its OpenVPN with a web interface (logs visualisations, users managi * unzip * wget * sed - + ## Tests Only tested on Debian Jessie. Feel free to open issues. @@ -33,7 +33,7 @@ Only tested on Debian Jessie. Feel free to open issues. # ./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 + * Create the admin of the web application by visiting `http://your-installation/index.php?installation` ## Usage @@ -48,7 +48,7 @@ Only tested on Debian Jessie. Feel free to open issues. $ 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...).