From 4792e68dc31dd31f7eaaf5d4a2b976f47c4d14c3 Mon Sep 17 00:00:00 2001 From: Pier Luigi Fiorini Date: Wed, 11 Jan 2017 21:11:50 +0100 Subject: [PATCH] Update setup instructions Jekyll is now installed by `gem install`. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e5e826d..c40799b 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ This is the Liri Web site based on [Jekyll](https://jekyllrb.com/). Install the following stuff the first time: ```sh -gem install jekyll bundler +gem install bundler cd lirios.github.io bundle install ```