diff --git a/README.md b/README.md index 39a1c60118f32557b67d22768fcfb0f16abdc4b3..72616e1b3123c67a498cbe27f71636bd4715d2dc 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,21 @@ * For ILIAS versions: 5.3.0 - 5.3.999 ## Installation Instructions -1. Clone this repository to /Customizing/global/plugins/Services/Repository/RepositoryObject/QuestionSetPool +1. Create the plugin path: + ``` + /Customizing/global/plugins/Services/Repository/RepositoryObject + ``` + Move to the directory: + ``` + $ cd /Customizing/global/plugins/Services/Repository/RepositoryObject + ``` + Clone this repository: + ``` + $ git clone https://gitlab.databay.de/formatest/FormATest_QuestionSetPool + ``` + 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. \ No newline at end of file +5. Choose **Configure** from the **Actions** drop down and enter the required data.