From 4e5ebfc9180b93ea2ef4292fbb045438b5fc1f5e Mon Sep 17 00:00:00 2001 From: kacperpaczos Date: Fri, 1 Dec 2023 13:58:16 +0100 Subject: [PATCH] Improved readme (#638) --- README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index a1c99818..50c2ae35 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,9 @@ To set up middleman locally on Fedora: - dnf install ruby rubygems rubygem-bundler rubygem-json +```shell +dnf install ruby rubygems rubygem-bundler rubygem-json +``` In the git checkout, do a `bundle install`. This installs all the needed modules in their appropriate versions. @@ -15,8 +17,8 @@ Add the middleman binary location (probably ~/bin) to $PATH. To run a local web server to test the site: -```sh - bundle exec middleman server +```shell +bundle exec middleman server ``` Edit the haml/scss files and commit your changes, pushing to