summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorPaul Spooren <mail@aparcar.org>2025-01-05 20:51:40 +0100
committerPaul Spooren <mail@aparcar.org>2025-01-05 20:51:40 +0100
commit87776a0bc2b21fde4a79aec5190443e027f85a2c (patch)
tree736193331123a4166067b962e3b2ec80c04efdcb
parent94cf44d65727534f2b42a38f260a3cb0aed72b88 (diff)
docs: Mention `libmd` in macOS docs
Signed-off-by: Paul Spooren <mail@aparcar.org>
-rw-r--r--docs/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/README.md b/docs/README.md
index 016c7f5..68fd6d7 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -69,11 +69,11 @@ command.
### MacOS
-To build on MacOS, first install *cmake* and *json-c* via
+To build on MacOS, first install *cmake*, *json-c* and *libmd* via
[Homebrew](https://brew.sh/), then clone the ucode repository and execute
*cmake* followed by *make*:
- $ brew install cmake json-c
+ $ brew install cmake json-c libmd
$ git clone https://github.com/jow-/ucode.git
$ cd ucode/
$ cmake -DUBUS_SUPPORT=OFF -DUCI_SUPPORT=OFF -DULOOP_SUPPORT=OFF .