Merge pull request #24 from rasafkhan/master

Update README.md
This commit is contained in:
Phantom 2018-07-04 10:36:08 +03:00 committed by GitHub
commit 515b0765d7
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