Skip to content

Commit

Permalink
Merge pull request #191 from threeplanetssoftware/update-docs
Browse files Browse the repository at this point in the history
Update README to reflect Javascript Runtime Requirement
  • Loading branch information
JonRowe authored Jan 29, 2024
2 parents 7df845a + 3b6ab25 commit 3df745e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ Requires a recent version of Ruby (tested on 2.7.5, Ruby 3.x is not yet working)
## Local Setup

* `brew install imagemagick` (or your package manager of choice).
* `brew install nodejs` (or your javascript runtime of choice for [execjs](https://github.com/rails/execjs)).
* `bundle install`
* `middleman build`

Expand Down

0 comments on commit 3df745e

Please sign in to comment.