From ff1141a9c2adb7b6113bd67a7d4c1fe7beebf650 Mon Sep 17 00:00:00 2001 From: Pavel Loginov Date: Tue, 21 Aug 2018 21:39:36 +0600 Subject: [PATCH] Updated Home123 (markdown) --- Home123.md | 1 - Install.md | 7 +++++++ 2 files changed, 7 insertions(+), 1 deletion(-) delete mode 100644 Home123.md create mode 100644 Install.md diff --git a/Home123.md b/Home123.md deleted file mode 100644 index dc347dc..0000000 --- a/Home123.md +++ /dev/null @@ -1 +0,0 @@ -Welcome to the haproxy-wi wiki! diff --git a/Install.md b/Install.md new file mode 100644 index 0000000..ce20ea3 --- /dev/null +++ b/Install.md @@ -0,0 +1,7 @@ +The installer will ask you a few questions +``` +$ git clone https://github.com/Aidaho12/haproxy-wi.git /var/www/haproxy-wi +$ cd /var/www/haproxy-wi +$ chmod +x install.sh +$ sudo ./install +``` \ No newline at end of file