From 84e2d35b9c5a63a821eb6eda978e5b83ff4fca3d Mon Sep 17 00:00:00 2001 From: Martin Simon Date: Sun, 16 Aug 2026 05:54:57 +0200 Subject: [PATCH] Document Debian installation via the pkg.haus APT archive --- docs/INSTALL.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/INSTALL.md b/docs/INSTALL.md index 054d18dd21..19fdc56793 100644 --- a/docs/INSTALL.md +++ b/docs/INSTALL.md @@ -99,6 +99,14 @@ All supported platforms: xbps-install d2 ``` +### Debian + +Debian packages, built from source at release tags, are available from the pkg.haus APT archive for stable, testing and unstable on amd64 and arm64. Set up the archive per the instructions on https://pkg.haus, then install with: + +```sh +sudo apt install d2 +``` + ## Standalone We publish standalone release archives for every release on Github.