mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-22 04:03:06 +00:00
docs: add voidlinux install instructions to README (#820)
This commit is contained in:
parent
c4d164cfe1
commit
2811a8a985
1 changed files with 6 additions and 0 deletions
|
@ -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 a new issue