From 7e5690aa339af31c686d5a8d367e56305fdaeef5 Mon Sep 17 00:00:00 2001 From: Chris Bloom Date: Wed, 16 Nov 2016 08:22:33 -0800 Subject: [PATCH] Add install instructions about running bundle install (for those new to bundler) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 8fb2878..6f880fb 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ Install [Jekyll](https://jekyllrb.com/) and Bundler: gem install jekyll bundler + bundle install bundle exec jekyll serve Site is now running at [localhost:4000](http://localhost:4000) @@ -24,4 +25,4 @@ Site is now running at [localhost:4000](http://localhost:4000) # Report Issues 1. Pull Request would be the best option. -2. Otherwise you can email me @ {firstName}.{lastName}+trump@gmail.com \ No newline at end of file +2. Otherwise you can email me @ {firstName}.{lastName}+trump@gmail.com