aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBradley Taunt <bt@btxx.org>2024-07-26 08:54:44 -0400
committerBradley Taunt <bt@btxx.org>2024-07-26 08:54:44 -0400
commitf43b1143f00f85c50d131549b549b3c7484c4a2a (patch)
tree88d5de95b0d1ae321337329634e0a360978992f0
parent8969f1eb1e8c26f8494012e4c18d0781baeaaa7d (diff)
Update README
-rw-r--r--README.md10
1 files changed, 2 insertions, 8 deletions
diff --git a/README.md b/README.md
index f4bd11f..6be3681 100644
--- a/README.md
+++ b/README.md
@@ -7,13 +7,7 @@ Minimal blog and static site generator. The "w" is silent...
## Dependencies
-- `ruby 3.3.0`
-
-Install required gems:
-
-```
-bundle install
-```
+- `ruby
## Getting Started
@@ -35,6 +29,6 @@ otherwise edit this file with your own details.
## Running
-1. Run `make build` in the root directory
+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!