From 15741e4f9ee0e80b84152f2f560dc34e03f64d8e Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Wed, 18 Sep 2024 10:47:01 -0400 Subject: Update README to avoid errors and cleanup main wruby script --- README.md | 8 +++++--- wruby.rb | 6 ------ 2 files changed, 5 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 5309999..5a67f45 100644 --- a/README.md +++ b/README.md @@ -29,6 +29,8 @@ otherwise edit this file with your own details. ## Running -1. Run `make build` in the root directory (this will automatically install required `gems`) -2. Upload `build` folder to your server -3. Share your blog or site! +1. `wruby` is based off of Ruby 3.3.3 (use `rbenv` or `rvm` to avoid privilege conflicts) +2. Install dependencies: `gem install bundler 'kramdown:2.4.0' 'rss:0.3.0'` +3. Run `make build` in the root directory +4. Upload `build` folder to your server +5. Share your blog or site! \ No newline at end of file diff --git a/wruby.rb b/wruby.rb index 446d83f..d4f49e6 100644 --- a/wruby.rb +++ b/wruby.rb @@ -1,9 +1,3 @@ -require 'bundler/inline' -gemfile do - gem 'kramdown', '2.4.0' - gem 'rss', '0.3.0' -end - require 'kramdown' require 'fileutils' require 'date' -- cgit v1.2.3-54-g00ecf