Skip to content

Commit

Permalink
docs: better installation instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Jun 5, 2022
1 parent cb0ca0c commit 1e5e187
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Expand Up @@ -135,7 +135,16 @@ Spaceship is a minimalistic, powerful and extremely customizable [Jekyll](https:
Add jekyll-spaceship plugin in your site's `Gemfile`, and run `bundle install`.

```ruby
gem 'jekyll-spaceship'
# If you have any plugins, put them here!
group :jekyll_plugins do
gem 'jekyll-spaceship'
end
```

Or you better like to write in one line:

```ruby
gem 'jekyll-spaceship', group: :jekyll_plugins
```

Add jekyll-spaceship to the `plugins:` section in your site's `_config.yml`.
Expand Down

0 comments on commit 1e5e187

Please sign in to comment.