From 55a059bcf664e33e102c6ff22739212d8435da27 Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Mon, 25 Mar 2024 22:27:35 +0000 Subject: [PATCH 1/4] Update README.md --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index cb75468..b58a672 100644 --- a/README.md +++ b/README.md @@ -13,6 +13,20 @@ After installing widget plugins, site administrator needs to enable widgets by g extra details if your plugin type is not automatically detected. 3. Check the plugin validation report and finish the installation. +## Installing via git +From moodle root + +git clone git@github.com:ponlawat-w/moodle-local_accessibility.git local/accessibility + +`cd local/accessibility` + +Find the tag you want to checkout then (assuming this is the tag you want) + +`git checkout v1.0.1-with-widgets` + +This will result in a warning about being in 'detached HEAD' state that will not affect testing + + ## Installing manually ## The plugin can be also installed by putting the contents of this directory to From dd3b7fc36a0d4f693130a6875284791b18ce9d37 Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Mon, 25 Mar 2024 22:31:44 +0000 Subject: [PATCH 2/4] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index b58a672..a11c74a 100644 --- a/README.md +++ b/README.md @@ -20,6 +20,7 @@ git clone git@github.com:ponlawat-w/moodle-local_accessibility.git local/acces `cd local/accessibility` +At this point the plugin will be installed but without any widgets. To add the widgets you can check out by tag as follows. Find the tag you want to checkout then (assuming this is the tag you want) `git checkout v1.0.1-with-widgets` From 6dce658f8d38e4cbec4d773f15636090085af5f7 Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Mon, 25 Mar 2024 22:33:03 +0000 Subject: [PATCH 3/4] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a11c74a..af7f061 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ git clone git@github.com:ponlawat-w/moodle-local_accessibility.git local/acces `cd local/accessibility` At this point the plugin will be installed but without any widgets. To add the widgets you can check out by tag as follows. -Find the tag you want to checkout then (assuming this is the tag you want) +Tags can be found at https://github.com/ponlawat-w/moodle-local_accessibility/tags. Select the one you want and checkout as follows `git checkout v1.0.1-with-widgets` From 2a4384647c88e292589f945f7c623e419bc42d2d Mon Sep 17 00:00:00 2001 From: Marcus Green Date: Mon, 25 Mar 2024 22:33:54 +0000 Subject: [PATCH 4/4] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index af7f061..a786d12 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,6 @@ Tags can be found at https://github.com/ponlawat-w/moodle-local_accessibility/ta This will result in a warning about being in 'detached HEAD' state that will not affect testing - ## Installing manually ## The plugin can be also installed by putting the contents of this directory to