From 424d635ab1147736d28ee369da6357ad2d255c1f Mon Sep 17 00:00:00 2001 From: randymcmillan Date: Sun, 24 Oct 2021 19:54:17 -0400 Subject: [PATCH] doc/install.md: add cmake to brew install command --- doc/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/install.md b/doc/install.md index b94f2ec7..c021855f 100644 --- a/doc/install.md +++ b/doc/install.md @@ -4,7 +4,7 @@ Installation currently requires Cap'n Proto: ```sh apt install libcapnp-dev capnproto -brew install capnp +brew install capnp cmake dnf install capnproto ```