diff options
author | Marcin Puc | 2022-03-31 19:55:55 +0000 |
---|---|---|
committer | GitHub | 2022-03-31 19:55:55 +0000 |
commit | 924462edda05a11f0dc260b516af39c13bee2949 (patch) | |
tree | fba27cb8144f3df1625ea6b6d5c11447c06fc4ae /book | |
parent | 84e799f0e4fdbae1dd574439f5b9776ce8ea3f8e (diff) |
Add install instructions for Void Linux (#1911)
Diffstat (limited to 'book')
-rw-r--r-- | book/src/install.md | 6 |
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 ``` |