소스 검색

Update README.md

FusionPBX 9 년 전
부모
커밋
0b5ed80344
1개의 변경된 파일12개의 추가작업 그리고 1개의 파일을 삭제
  1. 12 1
      README.md

+ 12 - 1
README.md

@@ -1 +1,12 @@
-# fusionpbx-install.sh
+# 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
+```