Merge pull request #412 from nhooyr/installmd-f418
install.md: Demonstrate installation from source with homebrew
This commit is contained in:
commit
11166c7979
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
|
> The install script above does this automatically if you have `brew` installed and
|
||||||
> are running it on macOS.
|
> are running it on macOS.
|
||||||
|
|
||||||
|
You can also install from source with:
|
||||||
|
|
||||||
|
```d2
|
||||||
|
brew install d2 --HEAD
|
||||||
|
```
|
||||||
|
|
||||||
## Standalone
|
## Standalone
|
||||||
|
|
||||||
We publish standalone release archives for every release on Github.
|
We publish standalone release archives for every release on Github.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue