diff --git a/README.md b/README.md index 3e8ec05..a481c38 100644 --- a/README.md +++ b/README.md @@ -7,22 +7,25 @@ [![GitHub followers](https://img.shields.io/github/followers/jonnitto.svg?style=social&label=Follow)](https://github.com/jonnitto/followers) [![Follow Jon on Twitter](https://img.shields.io/twitter/follow/jonnitto.svg?style=social&label=Follow)](https://twitter.com/jonnitto) -Jonnitto.ImagesInARow -===================== +# Jonnitto.ImagesInARow +### This package helps put images nicley in a row: -Put images nicley in a row: ![Images in a row](https://user-images.githubusercontent.com/4510166/33304401-e0986e48-d408-11e7-86c4-02bcd24d74cd.jpg) -Installation ------------- +**In the new Neos UI, you can even faster generate the rows:** +![node template example](https://user-images.githubusercontent.com/4510166/34143857-2a05c18e-e48f-11e7-9379-e9b5f0950369.gif) + +## Installation + Most of the time you have to make small adjustments to a package (e.g. 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 packages located under Packages/Sites/. To install it correctly go to your theme package (e.g.Packages/Sites/Foo.Bar) and run following command: + ``` composer require jonnitto/imagesinarow --no-update ``` + 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. Et voilĂ ! Your desired package is now installed correctly. -License -------- +## License Licensed under MIT, see [LICENSE](LICENSE)