install.md: Demonstrate installation from source with homebrew

This commit is contained in:
Anmol Sethi 2022-12-08 00:03:29 -08:00
parent 5d93a7eff8
commit b8df98be1c
No known key found for this signature in database
GPG key ID: 25BC68888A99A8BA

View file

@ -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.