From 39b49f4c16f66f50153352b1d53c42315a977800 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Graber?= Date: Wed, 24 Jan 2024 16:55:27 -0500 Subject: [PATCH] doc/installing: Add Void Linux MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Stéphane Graber --- doc/installing.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/doc/installing.md b/doc/installing.md index 8149f5facc5..18042235ced 100644 --- a/doc/installing.md +++ b/doc/installing.md @@ -143,6 +143,23 @@ There are two options currently available to Ubuntu users. Up to date installation instructions may be found here: [`https://github.com/zabbly/incus`](https://github.com/zabbly/incus) ``` +```{group-tab} Void Linux +Incus and all of its dependencies are available in Void Linux's repository as `incus`. + +Install Incus with: + + xbps-install incus incus-client + +Then enable and start the services with: + + ln -s /etc/sv/incus /var/service + ln -s /etc/sv/incus-user /var/service + sv up incus + sv up incus-user + +Please report packaging issues [here](https://github.com/void-linux/void-packages/issues). +``` + ```` ### Other operating systems