From 9809427f40790a78736b351529e6a5485bac75f2 Mon Sep 17 00:00:00 2001 From: Dennis T Kaplan Date: Wed, 1 Feb 2023 12:48:44 +0300 Subject: [PATCH] README: add Void Linux installation instructions (#17176) --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index 64eb6268c..37f06ace1 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,20 @@ NB: there is no need to run `v symlink` more than once - v will still be availab `v up`, restarts, and so on. You only need to run it again if you decide to move the V repo folder somewhere else. + +### Void Linux +
Expand Void Linux instructions + +```bash +# xbps-install -Su base-devel +# xbps-install libatomic-devel +$ git clone https://github.com/vlang/v +$ cd v +$ make +``` +
+ + ### Docker
Expand Docker instructions -- 2.30.2