install.md: we've been packaged

This commit is contained in:
Toyam Cox 2022-12-06 14:03:40 -05:00
parent 3c6039b852
commit eafd62555c
No known key found for this signature in database

View file

@ -6,6 +6,8 @@ You may install `d2` through any of the following methods.
- <a href="#installsh" id="toc-installsh">install.sh</a>
- <a href="#security" id="toc-security">Security</a>
- <a href="#macos-homebrew" id="toc-macos-homebrew">macOS (Homebrew)</a>
- <a href="#linux" id="toc-linux">Linux</a>
- <a href="#void-linux" id="toc-void-linux">Void Linux</a>
- <a href="#standalone" id="toc-standalone">Standalone</a>
- <a href="#manual" id="toc-manual">Manual</a>
- <a href="#prefix" id="toc-prefix">PREFIX</a>
@ -78,6 +80,18 @@ brew install d2
> The install script above does this automatically if you have `brew` installed and
> are running it on macOS.
## Linux
The following distributions have packages for d2:
### Void Linux
All supported platforms:
```sh
xbps-install d2
```
## Standalone
We publish standalone release archives for every release on Github.