Skip to content

Commit 01e11ec

Browse files
committed
Merge branch 'master' of github.com:breadlesscode/neos-simple-editor-extend
2 parents e85c0e5 + 5be137e commit 01e11ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This is a small plugin to simply add some buttons to the Neos CMS CKEditor, with
66
Most of the time you have to make small adjustments to a package (e.g., the configuration in Settings.yaml). Because of that, it is important to add the corresponding package to the composer from your theme package. Mostly this is the site package located under Packages/Sites/. To install it correctly go to your theme package (e.g.Packages/Sites/Foo.Bar) and run following command:
77

88
```bash
9-
composer require breadlesscode/simple-editor-extend --no-update
9+
composer require breadlesscode/neos-simple-editor-extend --no-update
1010
```
1111

1212
The --no-update command prevent the automatic update of the dependencies. After the package was added to your theme composer.json, go back to the root of the Neos installation and run composer update. Your desired package is now installed correctly.

0 commit comments

Comments
 (0)