alex

/

v Public
0 Issues 1 Contributor 0 Releases 4 Branches
Additions: 14 Deletions: 0 View patch
1 `v up`, restarts, and so on. You only need to run it again if you decide to move the V repo
2 folder somewhere else.
3
4+
5+### Void Linux
6+<details><summary>Expand Void Linux instructions</summary>
7+
8+```bash
9+# xbps-install -Su base-devel
10+# xbps-install libatomic-devel
11+$ git clone https://github.com/vlang/v
12+$ cd v
13+$ make
14+```
15+</details>
16+
17+
18 ### Docker
19 <details><summary>Expand Docker instructions</summary>
20