From 3b6ab25e51bd33e3bfdf286881e13a1face328fc Mon Sep 17 00:00:00 2001 From: Three Planets Software Date: Mon, 29 Jan 2024 05:59:37 -0500 Subject: [PATCH] Added a note about needed a javascript runtime for execjs to the setup instructions. It is reflected in the Dockerfile, but not the README. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index e50f01287..e5d997386 100644 --- a/README.md +++ b/README.md @@ -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`