README.md in hydra-editor-1.2.0 vs README.md in hydra-editor-2.0.0

- old
+ new

@@ -1,14 +1,23 @@ -# HydraEditor [![Gem Version](https://badge.fury.io/rb/hydra-editor.png)](http://badge.fury.io/rb/hydra-editor) [![Build Status](https://travis-ci.org/projecthydra-labs/hydra-editor.png)](https://travis-ci.org/projecthydra-labs/hydra-editor) +# HydraEditor [![Gem Version](https://badge.fury.io/rb/hydra-editor.png)](http://badge.fury.io/rb/hydra-editor) [![Build Status](https://travis-ci.org/projecthydra/hydra-editor.png)](https://travis-ci.org/projecthydra/hydra-editor) - To use add to your gemfile: ```ruby gem 'hydra-editor' ``` +Then run: +``` +bundle install +``` + +Next generate the bootstrap form layouts: +``` +rails generate simple_form:install --bootstrap +``` + And to config/routes.rb add: ```ruby mount HydraEditor::Engine => '/' ``` @@ -77,5 +86,11 @@ # You custom code end ``` If you are not mounting the engine or using its default routes, you can include RecordsControllerBehavior in your own controller and add the appropriate routes to your app's config/routes.rb. + +# Project Hydra +This software has been developed by and is brought to you by the Hydra community. Learn more at the +[Project Hydra website](http://projecthydra.org) + +![Project Hydra Logo](https://github.com/uvalib/libra-oa/blob/a6564a9e5c13b7873dc883367f5e307bf715d6cf/public/images/powered_by_hydra.png?raw=true)