diff --git a/README.md b/README.md index 64eb6268c5..37f06ace1d 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