From 0b5ed8034414de0bfdda01c2fba2b6c74d2f16be Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 30 Apr 2016 17:02:18 -0600 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 85b412c..df82da4 100644 --- a/README.md +++ b/README.md @@ -1 +1,12 @@ -# fusionpbx-install.sh \ No newline at end of file +# fusionpbx-install.sh + +Debian 8 +This install script that has been designed to be a fast, simple, modular and easy to to install FusionPBX. + +```bash +apt-get install -y git +git clone https://github.com/fusionpbx/fusionpbx-install.sh.git +chmod 755 -R /usr/src/fusionpbx-install.sh +cd /usr/src/fusionpbx-install.sh/debian +./install.sh +```