diff --git a/README.md b/README.md index 0ddb0a0954279fd685634bf831be67a297b2801f..346e451841b21abd016ef92928a65dcd8542b4db 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,19 @@ ``` Change the name of the plugin: ```$ mv FormATest_QuestionSetPool QuestionSetPool``` -2. Login to ILIAS with an administrator account (e.g. root) -3. Select **Plugins** from the **Administration** main menu drop down. -4. Search the **QuestionSetPool** plugin in the list of plugin and choose **Activate** from the **Actions** drop down. -5. Choose **Configure** from the **Actions** drop down and enter the required data. +2. Install the Composer dependencies + ```bash + cd Customizing/global/plugins/Services/Repository/RepositoryObject/QuestionSetPool + composer install --no-dev + ``` + Developers **MUST** omit the `--no-dev` argument. + + + +3. Login to ILIAS with an administrator account (e.g. root) +4. Select **Plugins** from the **Administration** main menu drop down. +5. Search the **QuestionSetPool** plugin in the list of plugin and choose **Activate** from the **Actions** drop down. +6. Choose **Configure** from the **Actions** drop down and enter the required data. ## Dependencies