From 8ef0596b8e198c1622a844e6552f43e260e96e61 Mon Sep 17 00:00:00 2001 From: rasafkhan <40187436+rasafkhan@users.noreply.github.com> Date: Tue, 3 Jul 2018 12:26:13 +0100 Subject: [PATCH] Update README.md Updated the readme to point to /var/www/html/admin/modules/ and not /var/www/html/admin/module/ --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b246be3..6abb4e8 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ Make sure you have the following installed on your system: ### Module installation -1. Download module into your local system. (/var/www/html/admin/module/) +1. Download module into your local system. (/var/www/html/admin/modules/) 2. Goto FreePBX Admin -> Module Admin. 3. Click Upload Modules. 4. Browse to the location of the module on your computer and select Upload. @@ -80,9 +80,9 @@ Make sure you have the following installed on your system: 9. Apply Config to FreePBX. ### Module update to latest state -1. Goto to module into your local system. (/var/www/html/admin/module/sccp_manager/) +1. Goto to module into your local system. (/var/www/html/admin/modules/sccp_manager/) -> cd /var/www/html/admin/module/sccp_manager/ +> cd /var/www/html/admin/modules/sccp_manager/ > git fetch > git pull