Update README.md
Added some info to make it less confusing
This commit is contained in:
parent
a46295a4f2
commit
60706b6278
|
|
@ -67,8 +67,10 @@ We ask that you sign the Contributor License Agreement for the following reasons
|
||||||
* [The Quick Way](https://github.com/Fusionpbx/opensource/blob/master/sign-cla.md) - Step by step instructions to contribute to FusionPBX with links to our CLA and how to submit pull requests.
|
* [The Quick Way](https://github.com/Fusionpbx/opensource/blob/master/sign-cla.md) - Step by step instructions to contribute to FusionPBX with links to our CLA and how to submit pull requests.
|
||||||
* [The FusionPBX Contribution Site](https://github.com/Fusionpbx/opensource) - The full repo with more information for the curious.
|
* [The FusionPBX Contribution Site](https://github.com/Fusionpbx/opensource) - The full repo with more information for the curious.
|
||||||
|
|
||||||
How to Install FusionPBX COMING SOON
|
How to Install FusionPBX
|
||||||
----------------------------
|
----------------------------
|
||||||
|
* As root do the following:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /usr/src
|
cd /usr/src
|
||||||
```
|
```
|
||||||
|
|
@ -76,7 +78,7 @@ cd /usr/src
|
||||||
apt-get install wget
|
apt-get install wget
|
||||||
```
|
```
|
||||||
```bash
|
```bash
|
||||||
wget http://COMINGSOON/fusionpbx/fusionpbx-scripts/install/ubuntu/install_fusionpbx.sh
|
wget https://raw.githubusercontent.com/fusionpbx/fusionpbx-scripts/master/install/ubuntu/install_fusionpbx.sh
|
||||||
```
|
```
|
||||||
```bash
|
```bash
|
||||||
chmod 755 install_fusionpbx.sh
|
chmod 755 install_fusionpbx.sh
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue