From 23ddf9d27ad2ee6b24657da928f0c8f0d076f3d2 Mon Sep 17 00:00:00 2001 From: Bradley Taunt Date: Thu, 19 Sep 2024 08:05:44 -0400 Subject: Remove the need for bundler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5a67f45..155ad39 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ otherwise edit this file with your own details. ## Running 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'` +2. Install dependencies: `gem install '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 -- cgit v1.2.3-54-g00ecf