Unnamed repository; edit this file 'description' to name the repository.
Add install instructions for Void Linux (#1911)
Marcin Puc 2022-04-01
parent 84e799f · commit 924462e
-rw-r--r--book/src/install.md6
1 files changed, 6 insertions, 0 deletions
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
```