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:
parent
2029d1830f
commit
9809427f40
14
README.md
14
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
|
`v up`, restarts, and so on. You only need to run it again if you decide to move the V repo
|
||||||
folder somewhere else.
|
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
|
### Docker
|
||||||
<details><summary>Expand Docker instructions</summary>
|
<details><summary>Expand Docker instructions</summary>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user