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 fd10973 commit b2402aeCopy full SHA for b2402ae
README.md
@@ -5,8 +5,8 @@ Welcome! This repository houses the code for [my blog](https://twilco.github.io
5
#### Running locally:
6
7
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`
+2. Install bundle and Jekyll - `gem install bundle jekyll`
+3. Use bundler to install packages required for the project - `bundle`
10
4. Use Jekyll to serve the site at [localhost:4000](http://localhost:4000) - `jekyll serve`
11
12
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