summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorClement Tsang <34804052+ClementTsang@users.noreply.github.com>2023-05-15 00:07:08 -0400
committerGitHub <noreply@github.com>2023-05-15 00:07:08 -0400
commitb59f526e1614c8e075e1fc07b74baaa5a0ca49bb (patch)
tree76756ff2635b2023bef4db58bdad12cd36785c64 /README.md
parent80d4e9c81ffed27d7687a98753085fa6edce9241 (diff)
docs: add links to the repo locations for installation methods (#1155)
Diffstat (limited to 'README.md')
-rw-r--r--README.md17
1 files changed, 15 insertions, 2 deletions
diff --git a/README.md b/README.md
index 045b2ef0..2a165008 100644
--- a/README.md
+++ b/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
```