mirror of
https://github.com/ClementTsang/bottom
synced 2024-11-10 14:44:18 +00:00
docs: add links to the repo locations for installation methods (#1155)
This commit is contained in:
parent
80d4e9c81f
commit
b59f526e16
1 changed files with 15 additions and 2 deletions
17
README.md
17
README.md
|
@ -148,7 +148,8 @@ cargo +stable install bottom
|
|||
|
||||
### Arch Linux
|
||||
|
||||
There is an [official package](https://archlinux.org/packages/community/x86_64/bottom/) that can be installed with `pacman`:
|
||||
There is an [official package](https://archlinux.org/packages/community/x86_64/bottom/) that can be installed with
|
||||
`pacman`:
|
||||
|
||||
```bash
|
||||
sudo pacman -S bottom
|
||||
|
@ -199,7 +200,7 @@ sudo dnf install bottom
|
|||
|
||||
### Gentoo
|
||||
|
||||
Available in the official Gentoo repo:
|
||||
Available in the [official Gentoo repo](https://packages.gentoo.org/packages/sys-process/bottom):
|
||||
|
||||
```bash
|
||||
sudo emerge --ask sys-process/bottom
|
||||
|
@ -207,30 +208,40 @@ sudo emerge --ask sys-process/bottom
|
|||
|
||||
### Nix
|
||||
|
||||
Available [in the nix-community repo](https://github.com/nix-community/home-manager/blob/master/modules/programs/bottom.nix):
|
||||
|
||||
```bash
|
||||
nix-env -i bottom
|
||||
```
|
||||
|
||||
### Solus
|
||||
|
||||
Available [in the Solus repos](https://dev.getsol.us/source/bottom/):
|
||||
|
||||
```bash
|
||||
sudo eopkg it bottom
|
||||
```
|
||||
|
||||
### Void
|
||||
|
||||
Available [in the void-packages repo](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bottom):
|
||||
|
||||
```bash
|
||||
sudo xbps-install bottom
|
||||
```
|
||||
|
||||
### Homebrew
|
||||
|
||||
Formula available [here](https://formulae.brew.sh/formula/bottom):
|
||||
|
||||
```bash
|
||||
brew install bottom
|
||||
```
|
||||
|
||||
### MacPorts
|
||||
|
||||
Available [here](https://ports.macports.org/port/bottom/):
|
||||
|
||||
```bash
|
||||
sudo port selfupdate
|
||||
sudo port install bottom
|
||||
|
@ -238,6 +249,8 @@ sudo port install bottom
|
|||
|
||||
### Scoop
|
||||
|
||||
Available in the [Main bucket](https://github.com/ScoopInstaller/Main):
|
||||
|
||||
```bash
|
||||
scoop install bottom
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue