From b59f526e1614c8e075e1fc07b74baaa5a0ca49bb Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Mon, 15 May 2023 00:07:08 -0400 Subject: [PATCH] docs: add links to the repo locations for installation methods (#1155) --- README.md | 17 +++++++++++++++-- 1 file 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 ```