commit 15741e4f9ee0e80b84152f2f560dc34e03f64d8e from: Bradley Taunt date: Wed Sep 18 14:47:01 2024 UTC Update README to avoid errors and cleanup main wruby script commit - 56a1647e95c7b8f0e925030b70d026ea7141b6a9 commit + 15741e4f9ee0e80b84152f2f560dc34e03f64d8e blob - 5309999fd822dd32e4976ecb18b334ad70248865 blob + 5a67f45f05c697d39398a4104846c21a2b9812ef --- README.md +++ 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 blob - 446d83fc2da61b0b2bf99c65a6730c09c3946a98 blob + d4f49e680c81f4c1b9422a1d041793969ca85646 --- wruby.rb +++ 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'