From e9a3130b0f18a928d91f9eafe02439eacc56d06b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20Kwa=C5=9Bnicki?= <486983+mrkskwsnck@users.noreply.github.com> Date: Fri, 11 Jul 2025 11:55:38 +0200 Subject: [PATCH] Update README.md Fixed path by adding `plugins` sub-folder --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e1ce47e..e45c532 100644 --- a/README.md +++ b/README.md @@ -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 `/lib/editor/tiny/panoptoltibutton/amd/` and execute: +2. Navigate to `/lib/editor/tiny/plugins/panoptoltibutton/amd/` and execute: ``` $ npx grunt amd @@ -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. \ No newline at end of file +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.