install.md: we've been packaged
This commit is contained in:
parent
3c6039b852
commit
eafd62555c
1 changed files with 14 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in a new issue