install.md: Demonstrate installation from source with homebrew
This commit is contained in:
parent
5d93a7eff8
commit
b8df98be1c
1 changed files with 6 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue