aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-25 10:43:46 -0400
committerBradley Taunt <bt@btxx.org>2024-07-25 10:43:46 -0400
commit9a0e20a6c3322f66392fc6c2dd0aa8e8cee8cf3d (patch)
treeae15534198d055090c6b1eb2d4c3fd8a464f32b4 /README.md
parentc0404efaa880c3cd545c65ce7a05cb2562ce4103 (diff)
Include Gemfile and lock, update README to utilize bundle install, Makefile update
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 2 insertions, 3 deletions
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