Update readme

This commit is contained in:
Sauli Anto 2019-10-01 18:58:18 +03:00
parent 18c3e58128
commit 5011fe40b0

View File

@ -44,7 +44,8 @@ InlineEditor.defaultConfig = {
};
```
### Copying plugin's theme for Lark
Copy __theme/ckeditor5-math__ folder from [https://github.com/isaul32/ckeditor5-theme-lark](https://github.com/isaul32/ckeditor5-theme-lark) to your lark theme repository fork.
Copy __theme/ckeditor5-math__ folder from [https://github.com/isaul32/ckeditor5-theme-lark](https://github.com/isaul32/ckeditor5-theme-lark) to your lark theme repository fork or install
`npm install @ckeditor/ckeditor5-theme-lark@https://github.com/isaul32/ckeditor5-theme-lark --save-dev`
### Styles
Styles requires PostCSS like offical CKEditor plugins.