Added composer instructions to README.md

This commit is contained in:
Alex Tselegidis 2015-10-21 22:32:53 +02:00
parent 056e9c1165
commit af226f5e83
1 changed files with 14 additions and 11 deletions

View File

@ -46,3 +46,6 @@ bug reports. Please take your time to fill this quick [feedback form](https://do
### Translate E!A ### Translate E!A
As of version 1.0 Easy!Appointments supports translated user interface. If you want to contribute to the As of version 1.0 Easy!Appointments supports translated user interface. If you want to contribute to the
translation process read the [get involved](https://github.com/alextselegidis/easyappointments/wiki/Get-Involved!) page for additional information. translation process read the [get involved](https://github.com/alextselegidis/easyappointments/wiki/Get-Involved!) page for additional information.
### Setup GitHub Files
If you download/clone the project from GitHub you will have to install the composer dependencies. To do so download and install [composer](http://getcomposer.org) and execute the `composer install` command at the project's root directory. This command is going to create the `application/third_party/autoload.php` and the other vendor files needed by the app.