Skip to content

Commit

Permalink
Improved readme (#638)
Browse files Browse the repository at this point in the history
  • Loading branch information
kacperpaczos authored Dec 1, 2023
1 parent 5eae00e commit 4e5ebfc
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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
Expand Down

0 comments on commit 4e5ebfc

Please sign in to comment.