From eafd62555cbe17e715da19825bb1dbdc6c54d0d3 Mon Sep 17 00:00:00 2001 From: Toyam Cox Date: Tue, 6 Dec 2022 14:03:40 -0500 Subject: [PATCH] install.md: we've been packaged --- docs/INSTALL.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 7d29525d2..3bc14d9b8 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -6,6 +6,8 @@ You may install `d2` through any of the following methods. - install.sh - Security - macOS (Homebrew) +- Linux + - Void Linux - Standalone - Manual - PREFIX @@ -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.