MDL-78714 editor_tiny: Move TinyMCE import instructions to correct path

This commit is contained in:
Andrew Nicols
2023-08-09 09:05:23 +08:00
parent 614563082b
commit 737f657bad
2 changed files with 2 additions and 1 deletions
@@ -10,7 +10,7 @@
2. Check out a clean copy of TinyMCE of the target version.
```
```../../
tinymce=`mktemp -d`
cd "${tinymce}"
git clone https://github.com/tinymce/tinymce.git
+1
View File
@@ -0,0 +1 @@
For instructions on how to import TinyMCE into Moodle, see js/tinymce/readme_moodle.md.