README.md in scrivito_resourcebrowser-0.0.2 vs README.md in scrivito_resourcebrowser-0.0.3

- old
+ new

@@ -9,10 +9,23 @@ delete resources. It provides flexible configuration options and can easily be integrated into your application. ## Installation and Usage -TODO +If you already use the gem [scrivito_editors](https://github.com/infopark/scrivito_editors) then you +don't have to change anything, because it is a dependency that will be installed automatically. + +If you want to use this gem separately, please add it to your `Gemfile`. + + gem 'scrivito_resourcebrowser' + +Then require it in your stylesheet manifest. + + *= require scrivito_resourcebrowser + +And require it in your JavaScript manifest. + + //= require scrivito_resourcebrowser ## Changelog See [Changelog](https://github.com/infopark/scrivito_resourcebrowser/blob/master/CHANGELOG.md) for more