aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-09-19 08:05:44 -0400
committerBradley Taunt <bt@btxx.org>2024-09-19 08:05:44 -0400
commit23ddf9d27ad2ee6b24657da928f0c8f0d076f3d2 (patch)
treeaa95233eeb2a03b235e579686d3b48fcae4e14af /README.md
parent15741e4f9ee0e80b84152f2f560dc34e03f64d8e (diff)
Remove the need for bundler
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
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