It does not work with ruby v3.0 (#34)

v2.4 does work too.
This commit is contained in:
Franck Royer 2021-06-02 17:36:00 +10:00 committed by GitHub
parent cb1bec7508
commit 3317453ed5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 2 deletions

View File

@ -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
5. Now browse to http://localhost:4000