From 924462edda05a11f0dc260b516af39c13bee2949 Mon Sep 17 00:00:00 2001 From: Marcin Puc Date: Thu, 31 Mar 2022 21:55:55 +0200 Subject: [PATCH] Add install instructions for Void Linux (#1911) --- book/src/install.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/book/src/install.md b/book/src/install.md index b3d42aaf..372ce12a 100644 --- a/book/src/install.md +++ b/book/src/install.md @@ -41,6 +41,12 @@ sudo dnf copr enable varlad/helix sudo dnf install helix ``` +### Void Linux + +``` +sudo xbps-install helix +``` + ## Build from source ```