Skip to content

Commit

Permalink
Running outside of Docker on macOS requires cmark to be installed
Browse files Browse the repository at this point in the history
  • Loading branch information
oalders committed Jun 30, 2024
1 parent 48d3e3e commit 20539ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 20539ea

Please sign in to comment.