Skip to content

Commit b2402ae

Browse files
committed
Include Jekyll in install instructions
1 parent fd10973 commit b2402ae

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ Welcome! This repository houses the code for [my blog](https://twilco.github.io
55
#### Running locally:
66

77
1. Ensure you have Ruby 2.1.0 or higher installed - `ruby --version`
8-
2. Install bundle - `gem install bundle`
9-
3. Use bundler to install packages required for the project (which should include Jekyll) - `bundle`
8+
2. Install bundle and Jekyll - `gem install bundle jekyll`
9+
3. Use bundler to install packages required for the project - `bundle`
1010
4. Use Jekyll to serve the site at [localhost:4000](http://localhost:4000) - `jekyll serve`
1111

1212
Feel free to open an issue or PR for anything you find that needs fixing, or if you enjoyed a specific post and want to see more like it.

0 commit comments

Comments
 (0)