diff --git a/README.md b/README.md index 35494f846..e87222963 100644 --- a/README.md +++ b/README.md @@ -12,18 +12,18 @@ A Jekyll plugin that provides users with a traditional CMS-style graphical inter Refer to the [installing plugins](https://jekyllrb.com/docs/plugins/#installing-a-plugin) section of Jekyll's documentation and install the `jekyll-admin` plugin as you would any other plugin. Here's the short version: -1. Add the following to your site's Gemfile: +1. Add the following to your site's Gemfile: ```ruby gem 'jekyll-admin', group: :jekyll_plugins ``` -2. Run `bundle install` +2. Run `bundle install` ## Usage -1. Start Jekyll as you would normally (`bundle exec jekyll serve`) -2. Navigate to `http://localhost:4000/admin` to access the administrative interface +1. Start Jekyll as you would normally (`bundle exec jekyll serve`) +2. Navigate to `http://localhost:4000/admin` to access the administrative interface ## Options @@ -45,10 +45,6 @@ jekyll_admin: Interested in contributing to Jekyll Admin? We’d love your help. Jekyll Admin is an open source project, built one contribution at a time by users like you. See [the contributing instructions](.github/CONTRIBUTING.md), and [the development docs](http://jekyll.github.io/jekyll-admin/development/) for more information. -## Looking for a hosted version? - -Jekyll Admin is intended to be run on your computer alongside your local Jekyll installation. If you're looking for a hosted version, we'd recommend checking out [Siteleaf](https://www.siteleaf.com/) a hosted Jekyll editor with deep GitHub integration (whom we'd also like to thank for inspiring parts of Jekyll Admin itself!). - ## License The gem is available as open source under the terms of the [MIT License](http://opensource.org/licenses/MIT).