From 60706b6278c9026f83f8659345fb1b3249e2dddb Mon Sep 17 00:00:00 2001 From: Rich Breton Date: Mon, 6 Jul 2015 19:37:18 -0600 Subject: [PATCH] Update README.md Added some info to make it less confusing --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3565995baf..386578b474 100644 --- a/README.md +++ b/README.md @@ -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 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 cd /usr/src ``` @@ -76,7 +78,7 @@ cd /usr/src apt-get install wget ``` ```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 chmod 755 install_fusionpbx.sh