From 883c85538a72ea9f3f5b3715a6dad70f4237b614 Mon Sep 17 00:00:00 2001 From: Ryan Smith <0ryansmith1994@gmail.com> Date: Thu, 2 Jul 2015 09:45:58 +0100 Subject: [PATCH] Corrects dev instructions. --- docs/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/readme.md b/docs/readme.md index 5131fd2..d380f76 100644 --- a/docs/readme.md +++ b/docs/readme.md @@ -44,7 +44,7 @@ Assuming you've already [installed (using Git)](installation.md), you'll need to 1. Run `cd admin/tool/log/store/xapi` from the root directory of Moodle. 2. Run `php -r "readfile('https://getcomposer.org/installer');" | php` to install Composer. -3. Run `php composer.phar dev` to install the dependencies from their Github repositories (rather than Packagist). +3. Run `php composer.phar install --prefer-source` to install the dependencies from their Github repositories (rather than Packagist). You'll now be able to modify and test events by updating the code inside the "vendor/learninglocker/moodle-log-expander", "vendor/learninglocker/moodle-xapi-translator", and "vendor/learninglocker/xapi-recipe-emitter" directories. If you've read the section on [plugin design](#plugin-design) you should understand what each of these directories are responsible for in this plugin. Each of the parts have their own documentation on their respective Github repositories (linked below). -- GitLab