Update README.md

Updated the readme to point to /var/www/html/admin/modules/ and not /var/www/html/admin/module/
This commit is contained in:
rasafkhan 2018-07-03 12:26:13 +01:00 committed by GitHub
parent 1ba472685f
commit 8ef0596b8e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -69,7 +69,7 @@ Make sure you have the following installed on your system:
### Module installation ### 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. 2. Goto FreePBX Admin -> Module Admin.
3. Click Upload Modules. 3. Click Upload Modules.
4. Browse to the location of the module on your computer and select Upload. 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. 9. Apply Config to FreePBX.
### Module update to latest state ### 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 fetch
> git pull > git pull