From 3ef0a38e5fa85b98cb2909da3ac678a98de6da3b Mon Sep 17 00:00:00 2001 From: Michael Rose Date: Thu, 27 Feb 2014 15:33:38 -0500 Subject: [PATCH] Revert "Update" This reverts commit 81b4e1881e00a183e9a7e6a2b091ed31485a5170. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index b151ad05..18b5d684 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ ## Basic Setup for a new Jekyll site -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`. 2. Fork the [Minimal Mistakes repo](http://github.com/mmistakes/minimal-mistakes/fork). 3. Clone the repo you just forked and rename it. 4. Edit `_config.yml` to personalize your site.