Skip to content

Commit

Permalink
MDL-78714 editor_tiny: Move TinyMCE import instructions to correct path
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewnicols committed Aug 9, 2023
1 parent 6145630 commit 737f657
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions lib/editor/tiny/readme_moodle.txt
@@ -0,0 +1 @@
For instructions on how to import TinyMCE into Moodle, see js/tinymce/readme_moodle.md.

0 comments on commit 737f657

Please sign in to comment.