From 9a0e20a6c3322f66392fc6c2dd0aa8e8cee8cf3d Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 25 Jul 2024 10:43:46 -0400 Subject: Include Gemfile and lock, update README to utilize bundle install, Makefile update --- README.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 1552e33..f4bd11f 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,18 @@ # wruby > This is a heavy work-in-progress and I am hardly a Ruby expert. -> > Please consider contributing to make the project better! Minimal blog and static site generator. The "w" is silent... ## Dependencies -- `ruby` +- `ruby 3.3.0` Install required gems: ``` -gem install kramdown rss +bundle install ``` ## Getting Started -- cgit v1.2.3-54-g00ecf