docs: Add Alpine Linux installation instructions (#1689)
This commit is contained in:
parent
a02257e6af
commit
a608a1bf83
11
README.md
11
README.md
|
@ -29,6 +29,7 @@
|
||||||
- [Unofficial](#unofficial)
|
- [Unofficial](#unofficial)
|
||||||
- [Installation](#installation)
|
- [Installation](#installation)
|
||||||
- [Cargo](#cargo)
|
- [Cargo](#cargo)
|
||||||
|
- [Alpine](#alpine)
|
||||||
- [Arch Linux](#arch-linux)
|
- [Arch Linux](#arch-linux)
|
||||||
- [Debian / Ubuntu](#debian--ubuntu)
|
- [Debian / Ubuntu](#debian--ubuntu)
|
||||||
- [Exherbo Linux](#exherbo-linux)
|
- [Exherbo Linux](#exherbo-linux)
|
||||||
|
@ -178,6 +179,16 @@ cargo install --git https://github.com/ClementTsang/bottom --locked
|
||||||
RUSTFLAGS="-C target-cpu=native" cargo install --path . --locked
|
RUSTFLAGS="-C target-cpu=native" cargo install --path . --locked
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Alpine
|
||||||
|
|
||||||
|
bottom is available as a [package](https://pkgs.alpinelinux.org/packages?name=bottom&branch=edge&repo=&arch=&origin=&flagged=&maintainer=) for Alpine Linux via `apk`:
|
||||||
|
|
||||||
|
```bash
|
||||||
|
apk add bottom
|
||||||
|
```
|
||||||
|
|
||||||
|
Packages for documentation ([`bottom-doc`](https://pkgs.alpinelinux.org/packages?name=bottom-doc&branch=edge&repo=&arch=&origin=&flagged=&maintainer=)) and completions for Bash ([`bottom-bash-completion`](https://pkgs.alpinelinux.org/packages?name=bottom-bash-completion&branch=edge&repo=&arch=&origin=&flagged=&maintainer=)), Fish ([`bottom-fish-completion`](https://pkgs.alpinelinux.org/packages?name=bottom-fish-completion&branch=edge&repo=&arch=&origin=&flagged=&maintainer=)), and Zsh ([`bottom-zsh-completion`](https://pkgs.alpinelinux.org/packages?name=bottom-zsh-completion&branch=edge&repo=&arch=&origin=&flagged=&maintainer=)) are also available.
|
||||||
|
|
||||||
### Arch Linux
|
### Arch Linux
|
||||||
|
|
||||||
bottom is available as an [official package](https://archlinux.org/packages/extra/x86_64/bottom/) that can be installed with `pacman`:
|
bottom is available as an [official package](https://archlinux.org/packages/extra/x86_64/bottom/) that can be installed with `pacman`:
|
||||||
|
|
Loading…
Reference in New Issue