From 5011fe40b01472f106ca396d608aa995b36dcbb3 Mon Sep 17 00:00:00 2001 From: Sauli Anto Date: Tue, 1 Oct 2019 18:58:18 +0300 Subject: [PATCH] Update readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1bb199c46..5aaa1bf92 100644 --- a/README.md +++ b/README.md @@ -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.