From b8df98be1c3b4ac2e65580e194a0542d2e5cc27f Mon Sep 17 00:00:00 2001 From: Anmol Sethi Date: Thu, 8 Dec 2022 00:03:29 -0800 Subject: [PATCH] install.md: Demonstrate installation from source with homebrew --- docs/INSTALL.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 108cdc523..aec71267f 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -77,6 +77,12 @@ brew install d2 > The install script above does this automatically if you have `brew` installed and > are running it on macOS. +You can also install from source with: + +```d2 +brew install d2 --HEAD +``` + ## Standalone We publish standalone release archives for every release on Github.