diff --git a/README.md b/README.md index 1464708..3572674 100644 --- a/README.md +++ b/README.md @@ -35,7 +35,7 @@ This plugin currently supports Moodle: The following steps will help you install this plugin into your Moodle instance. 1. Clone or copy the code for this repository into your Moodle instance at the following location: `/files/converter/librelambda` -2. This plugin also depends on *local_aws* get the code from `https://github.com/catalyst/moodle-local_aws` and clone or copy it into `/local/aws` +2. If you have Moodle version earlier than 4.5, you may want to install *local_aws* as a dependency. You can get the code from `https://github.com/catalyst/moodle-local_aws` and clone or copy it into `/local/aws` 3. Run the upgrade: `sudo -u www-data php admin/cli/upgrade` **Note:** the user may be different to www-data on your system.