docs: add voidlinux install instructions to README (#820)
This commit is contained in:
parent
c4d164cfe1
commit
2811a8a985
|
@ -34,6 +34,7 @@
|
|||
- [Gentoo](#gentoo)
|
||||
- [Nix](#nix)
|
||||
- [Solus](#solus)
|
||||
- [Void](#void)
|
||||
- [Homebrew](#homebrew)
|
||||
- [MacPorts](#macports)
|
||||
- [Scoop](#scoop)
|
||||
|
@ -208,6 +209,11 @@ nix-env -i bottom
|
|||
sudo eopkg it bottom
|
||||
```
|
||||
|
||||
### Void
|
||||
```bash
|
||||
sudo xbps-install bottom
|
||||
```
|
||||
|
||||
### Homebrew
|
||||
|
||||
```bash
|
||||
|
|
Loading…
Reference in New Issue