README.md in pageflow-external-links-0.0.1 vs README.md in pageflow-external-links-0.1.0
- old
+ new
@@ -1,7 +1,9 @@
# Pageflow External Links
+[![Gem Version](https://badge.fury.io/rb/pageflow-external-links.svg)](http://badge.fury.io/rb/pageflow-external-links)
+
Page type to display links to external pages.
## Installation
Add this line to your application's `Gemfile`:
@@ -20,14 +22,14 @@
//= require pageflow/external_links
# app/assets/javascripts/pageflow/editor.js
//= require pageflow/external_links/editor
- # app/assets/stylesheets/pageflow/application.scss.css
+ # app/assets/stylesheets/pageflow/application.css.scss
@import "pageflow/external_links";
- # app/assets/stylesheets/pageflow/editor.scss.css
+ # app/assets/stylesheets/pageflow/editor.css.scss
@import "pageflow/external_links/editor";
Mount the routes in `config/routes.rb`:
authenticated do
@@ -45,5 +47,13 @@
Migrate the database:
bundle exec rake db:migrate
Restart the application server.
+
+## Troubleshooting
+
+If you run into problems while installing the page type, please also refer to the
+[Troubleshooting](https://github.com/codevise/pageflow/wiki/Troubleshooting) wiki
+page in the [Pageflow repository](https://github.com/codevise/pageflow). If that
+doesn't help, consider
+[filing an issue](https://github.com/codevise/pageflow-external-links/issues).