We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81b4e18 commit 3ef0a38Copy full SHA for 3ef0a38
README.md
@@ -16,7 +16,7 @@
16
17
## Basic Setup for a new Jekyll site
18
19
-1. Install [Jekyll](http://jekyllrb.com).
+1. [Install Bundler](http://bundler.io) `gem install bundler` and then install [Jekyll](http://jekyllrb.com) and all dependencies `bundle install`.
20
2. Fork the [Minimal Mistakes repo](http://github.com/mmistakes/minimal-mistakes/fork).
21
3. Clone the repo you just forked and rename it.
22
4. Edit `_config.yml` to personalize your site.
0 commit comments