Skip to content

Commit

Permalink
Merge pull request #8 from marcusgreen/master
Browse files Browse the repository at this point in the history
Installing from git
  • Loading branch information
ponlawat-w authored Apr 16, 2024
2 parents db986b1 + 2a43846 commit 5a7dcad
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,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 [email protected]:ponlawat-w/moodle-local_accessibility.git local/accessibility

`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.
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`

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
Expand Down

0 comments on commit 5a7dcad

Please sign in to comment.