From ecdedb4accb6d27d7fbd2dd2d822fa47de21ca31 Mon Sep 17 00:00:00 2001 From: Nathan Nguyen Date: Thu, 14 Nov 2024 11:18:33 +1100 Subject: [PATCH] Update README regards local_aws dependency --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 1464708..77eafdb 100644 --- a/README.md +++ b/README.md @@ -35,8 +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` -3. Run the upgrade: `sudo -u www-data php admin/cli/upgrade` +2. Run the upgrade: `sudo -u www-data php admin/cli/upgrade` **Note:** the user may be different to www-data on your system.