Update README.md

This commit is contained in:
FusionPBX 2016-04-30 17:02:18 -06:00
parent 5988b7ed7d
commit 0b5ed80344
1 changed files with 12 additions and 1 deletions

View File

@ -1 +1,12 @@
# 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
```