Commit Diff


commit - 8969f1eb1e8c26f8494012e4c18d0781baeaaa7d
commit + f43b1143f00f85c50d131549b549b3c7484c4a2a
blob - f4bd11f3eac0bdfcbd00a5506229c561b6fabf4e
blob + 6be3681c119369d42d9045c681452180a0163cc3
--- README.md
+++ README.md
@@ -7,14 +7,8 @@ Minimal blog and static site generator. The "w" is sil
 
 ## Dependencies
 
-- `ruby 3.3.0`
+- `ruby
 
-Install required gems:
-
-```
-bundle install
-```
-
 ## Getting Started
 
 Make your changes in the main configuration file `_config.yml` file (site URL, your name,
@@ -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!