docs: add links to the repo locations for installation methods (#1155)
This commit is contained in:
parent
80d4e9c81f
commit
b59f526e16
17
README.md
17
README.md
|
@ -148,7 +148,8 @@ cargo +stable install bottom
|
||||||
|
|
||||||
### Arch Linux
|
### 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
|
```bash
|
||||||
sudo pacman -S bottom
|
sudo pacman -S bottom
|
||||||
|
@ -199,7 +200,7 @@ sudo dnf install bottom
|
||||||
|
|
||||||
### Gentoo
|
### Gentoo
|
||||||
|
|
||||||
Available in the official Gentoo repo:
|
Available in the [official Gentoo repo](https://packages.gentoo.org/packages/sys-process/bottom):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo emerge --ask sys-process/bottom
|
sudo emerge --ask sys-process/bottom
|
||||||
|
@ -207,30 +208,40 @@ sudo emerge --ask sys-process/bottom
|
||||||
|
|
||||||
### Nix
|
### Nix
|
||||||
|
|
||||||
|
Available [in the nix-community repo](https://github.com/nix-community/home-manager/blob/master/modules/programs/bottom.nix):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
nix-env -i bottom
|
nix-env -i bottom
|
||||||
```
|
```
|
||||||
|
|
||||||
### Solus
|
### Solus
|
||||||
|
|
||||||
|
Available [in the Solus repos](https://dev.getsol.us/source/bottom/):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo eopkg it bottom
|
sudo eopkg it bottom
|
||||||
```
|
```
|
||||||
|
|
||||||
### Void
|
### Void
|
||||||
|
|
||||||
|
Available [in the void-packages repo](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bottom):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo xbps-install bottom
|
sudo xbps-install bottom
|
||||||
```
|
```
|
||||||
|
|
||||||
### Homebrew
|
### Homebrew
|
||||||
|
|
||||||
|
Formula available [here](https://formulae.brew.sh/formula/bottom):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
brew install bottom
|
brew install bottom
|
||||||
```
|
```
|
||||||
|
|
||||||
### MacPorts
|
### MacPorts
|
||||||
|
|
||||||
|
Available [here](https://ports.macports.org/port/bottom/):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
sudo port selfupdate
|
sudo port selfupdate
|
||||||
sudo port install bottom
|
sudo port install bottom
|
||||||
|
@ -238,6 +249,8 @@ sudo port install bottom
|
||||||
|
|
||||||
### Scoop
|
### Scoop
|
||||||
|
|
||||||
|
Available in the [Main bucket](https://github.com/ScoopInstaller/Main):
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
scoop install bottom
|
scoop install bottom
|
||||||
```
|
```
|
||||||
|
|
Loading…
Reference in New Issue