Update README.md

Add instructions to install jekyll-redirect-from
This commit is contained in:
Rand McKinney
2015-12-24 10:27:18 -08:00
parent 0087e35715
commit 4a15f7939f

View File

@@ -8,6 +8,11 @@ GitHub Pages websites being served through [Jekyll](http://jekyllrb.com/), you w
[Install Ruby](https://www.ruby-lang.org/en/documentation/installation/) and [Jekyll](http://jekyllrb.com/docs/installation/) on your system, if you don't have them already.
Install the [jekyll-redirect-from](https://github.com/jekyll/jekyll-redirect-from) gem:
```
$ gem install jekyll-redirect-from`
```
Once installed, `cd` to the repository directory and run Jekyll using the following command:
```