From 3d0af5b0033bd7a952209c93ca78efcf3bced499 Mon Sep 17 00:00:00 2001 From: OptimusCrime Date: Thu, 16 Oct 2014 18:42:10 +0200 Subject: [PATCH] Added composer install instructions --- README.md | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/README.md b/README.md index b97cef91..f8be749c 100755 --- a/README.md +++ b/README.md @@ -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 \ No newline at end of file