diff options
author | Bradley Taunt <bt@btxx.org> | 2024-07-26 08:54:44 -0400 |
---|---|---|
committer | Bradley Taunt <bt@btxx.org> | 2024-07-26 08:54:44 -0400 |
commit | f43b1143f00f85c50d131549b549b3c7484c4a2a (patch) | |
tree | 88d5de95b0d1ae321337329634e0a360978992f0 | |
parent | 8969f1eb1e8c26f8494012e4c18d0781baeaaa7d (diff) |
Update README
-rw-r--r-- | README.md | 10 |
1 files changed, 2 insertions, 8 deletions
@@ -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! |