Added composer install instructions

This commit is contained in:
OptimusCrime
2014-10-16 18:42:10 +02:00
parent 92b6180d11
commit 3d0af5b003

View File

@@ -8,3 +8,14 @@ Zöff is built around the youtube search and video API, and enables the creation
The project is currently under development and runs on http://zoff.no
Install notes
=============
This projects uses composer. Install composer by typing:
curl -sS https://getcomposer.org/installer | php
After that, fetch project dependencies:
composer.phar install