Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ enabled by confirming that its corresponding icon under the 'Enable' column show

You can build all modules in Moodle by using the grunt amd command. To update the amd module from this plugin:
1. Execute `npm install` on the root of the Moodle project.
2. Navigate to `<moodle-root>/lib/editor/tiny/panoptoltibutton/amd/` and execute:
2. Navigate to `<moodle-root>/lib/editor/tiny/plugins/panoptoltibutton/amd/` and execute:

```
$ npx grunt amd
Expand All @@ -56,4 +56,4 @@ $CFG->cachejs = false;

1. Increment the version in version.php by 1 (e.g. change 2020061000 to 2020061001)
1. Add everything except the .git and node_modules folder to a zip archive
1. Treat the zip archive as a new release and follow the installation instructions above. As long as the version is higher than the currently installed version an update should trigger.
1. Treat the zip archive as a new release and follow the installation instructions above. As long as the version is higher than the currently installed version an update should trigger.