From 3317453ed56c7e0982fc0544b578a6fc57d7aa49 Mon Sep 17 00:00:00 2001 From: Franck Royer Date: Wed, 2 Jun 2021 17:36:00 +1000 Subject: [PATCH] It does not work with ruby v3.0 (#34) v2.4 does work too. --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4a456c..91b4cce 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # vac -1. Install a full [Ruby development environment](https://jekyllrb.com/docs/installation/). +1. Install a full [Ruby development environment](https://jekyllrb.com/docs/installation/), + You need v2.7. 2. Install Jekyll and [bundler gems](https://jekyllrb.com/docs/ruby-101/#bundler). 3. Change into your cloned repo 4. Build the site and make it available on a local server: `bundle exec jekyll serve` -5. Now browse to http://localhost:4000 \ No newline at end of file +5. Now browse to http://localhost:4000