1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

README: add Void Linux installation instructions (#17176)

This commit is contained in:
Dennis T Kaplan 2023-02-01 12:48:44 +03:00 committed by GitHub
parent 2029d1830f
commit 9809427f40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
<details><summary>Expand Void Linux instructions</summary>
```bash
# xbps-install -Su base-devel
# xbps-install libatomic-devel
$ git clone https://github.com/vlang/v
$ cd v
$ make
```
</details>
### Docker
<details><summary>Expand Docker instructions</summary>