Merge pull request #396 from Vaelatern/packaged-on-void

install.md: we've been packaged
This commit is contained in:
Anmol Sethi 2022-12-08 01:30:44 -08:00 committed by GitHub
commit f4353d6411
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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>
@ -83,6 +85,18 @@ You can also install from source with:
brew install d2 --HEAD
```
## 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.