Skip to content

Commit

Permalink
Further clarifications on 1f02033
Browse files Browse the repository at this point in the history
  • Loading branch information
envygeeks committed Sep 28, 2017
1 parent 1f02033 commit 34fd696
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ A robust, simple-to-use menu plugin for Jekyll that allows for infinitely nested

## Installation

To install Jekyll Menus, you should either have [Ruby, and RubyGems](https://jekyllrb.com/docs/installation/#install-with-rubygems) installed, or we recommend installing, and using [Bundler](https://bundler.io/#getting-started). Bundler is also what Jekyll will prefer you to use by default, and it is a very common dependency manager for Ruby.
To install and use Jekyll Menus, you should either have Ruby, and either [RubyGems](https://jekyllrb.com/docs/installation/#install-with-rubygems), or we recommend using [Bundler](https://bundler.io/#getting-started). Bundler is what Jekyll will prefer you to use by default if you `jekyll new`.

### Using Bundler

You can add Jekyll Menus gem to the `jekyll_plugins` group in your Gemfile:
You can add our gem to the `jekyll_plugins` group in your `Gemfile`:

```ruby
group :jekyll_plugins do
Expand All @@ -20,7 +20,7 @@ And then install from shell.

```sh
bundle install
bundle install --path vendor/bundle
# --path vendor/bundle
```

***If you are using Jekyll Docker, you do not need to perform this step, Jekyll Docker will perform it on your behalf when you launch the image, you only need to perform this step if you are working directly on your system.***
Expand All @@ -29,6 +29,7 @@ bundle install --path vendor/bundle

```sh
sudo gem install jekyll-menus
sudo gem update jekyll-menus
```

Once installed, add the Gem to your `_config.yml`:
Expand Down

0 comments on commit 34fd696

Please sign in to comment.