From 20539eaf62e995dc0c373977328ba0b9c89af1ea Mon Sep 17 00:00:00 2001 From: Olaf Alders Date: Sun, 30 Jun 2024 12:46:06 -0400 Subject: [PATCH] Running outside of Docker on macOS requires cmark to be installed --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 44f93b540af..656ba235988 100644 --- a/README.md +++ b/README.md @@ -32,10 +32,10 @@ export PATH="$(realpath ./node_modules/.bin):$PATH" ### Installing on macOS -If you like, you can install `carton` via Homebrew: +If you like, you can install `carton` and `cmark` via Homebrew: ```bash -brew install carton +brew install carton cmark ``` If your `carton install` is having issues with SSL-related modules, you may need