README.md in scribo-1.0.38 vs README.md in scribo-1.0.39

- old
+ new

@@ -16,11 +16,14 @@ - Layouts - [Liquid](http://liquidmarkup.org) templating - Mostly [Jekyll](https://jekyllrb.com) compatibile - Use of [YAML](https://yaml.org) in front-matter and configuration - Use of [Jekyll themes](https://jekyllrb.com/docs/themes/) +- Online editor: +![Online Editor](./docs/editor.png) + ## Documentation - [YAML](https://learn-the-web.algonquindesign.ca/topics/markdown-yaml-cheat-sheet/#yaml) cheatsheet - Quick [YAML](https://learnxinyminutes.com/docs/yaml/) introduction @@ -49,20 +52,13 @@ ```ruby gem 'scribo' ``` -Migrate your database: +Run the installer: ```bash -$ bin/rails db:migrate -``` - -Then add Scribo to your routes file. -Scribo consumes all URLs, so make sure you put the following line at the bottom of your routes.rb. - -```ruby -mount Scribo::Engine, at: '/' +$ bin/rails g scribo:install ``` ## Using your controllers with scribo In your controller add the following: