improve documentation for theme-gem installation (#6387)

Merge pull request 6387
This commit is contained in:
ashmaroli 2017-09-27 14:48:13 +05:30 committed by jekyllbot
parent cfec06cdba
commit eadad9eb7e
1 changed files with 11 additions and 1 deletions

View File

@ -125,9 +125,19 @@ To install a gem-based theme:
1. Add the theme to your site's `Gemfile`:
```sh
```ruby
# ./Gemfile
gem "jekyll-theme-awesome"
```
Or if you've started with the `jekyll new` command, replace `gem "minima", "~> 2.0"` with your theme-gem:
```diff
# ./Gemfile
- gem "minima", "~> 2.0"
+ gem "jekyll-theme-awesome"
```
2. Install the theme: