From a16793e3aa2214ba79d45fff1951169f8b654190 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Thu, 11 Apr 2024 00:51:16 +0000 Subject: docs: sort some install methods (#1443) --- README.md | 46 ++++++++++++++++++++++++---------------------- 1 file changed, 24 insertions(+), 22 deletions(-) diff --git a/README.md b/README.md index 4f001b54..42e38c0a 100644 --- a/README.md +++ b/README.md @@ -31,17 +31,17 @@ - [Cargo](#cargo) - [Arch Linux](#arch-linux) - [Debian / Ubuntu](#debian--ubuntu) - - [Snap](#snap) - [Exherbo Linux](#exherbo-linux) - [Fedora / CentOS / AlmaLinux / Rocky Linux](#fedora--centos--almalinux--rocky-linux) - [Gentoo](#gentoo) - [Nix](#nix) - [Solus](#solus) + - [Snap](#snap) - [Void](#void) - [Homebrew](#homebrew) - [MacPorts](#macports) - - [Scoop](#scoop) - [Chocolatey](#chocolatey) + - [Scoop](#scoop) - [winget](#winget) - [Windows installer](#windows-installer) - [Manual installation](#manual-installation) @@ -159,6 +159,8 @@ bottom is available as an [official package](https://archlinux.org/packages/extr sudo pacman -S bottom ``` +If you want the latest changes that are not yet stable, you can also install `bottom-git` [from the AUR](https://aur.archlinux.org/packages/bottom-git). + ### Debian / Ubuntu A `.deb` file is provided on each [stable release](https://github.com/ClementTsang/bottom/releases/latest) and @@ -179,20 +181,6 @@ curl -LO https://github.com/ClementTsang/bottom/releases/download/0.9.6/bottom_0 sudo dpkg -i bottom_0.9.6_armhf.deb ``` -### Snap - -bottom is available as a [snap](https://snapcraft.io/install/bottom/ubuntu): - -```bash -sudo snap install bottom - -# To allow the program to run as intended -sudo snap connect bottom:mount-observe -sudo snap connect bottom:hardware-observe -sudo snap connect bottom:system-observe -sudo snap connect bottom:process-control -``` - ### Exherbo Linux bottom is available as a [rust package](https://gitlab.exherbo.org/exherbo/rust/-/tree/master/packages/sys-process/bottom) that can be installed with `cave`: @@ -248,6 +236,20 @@ Available [in the Solus repos](https://dev.getsol.us/source/bottom/): sudo eopkg it bottom ``` +### Snap + +bottom is available as a [snap](https://snapcraft.io/install/bottom/ubuntu): + +```bash +sudo snap install bottom + +# To allow the program to run as intended +sudo snap connect bottom:mount-observe +sudo snap connect bottom:hardware-observe +sudo snap connect bottom:system-observe +sudo snap connect bottom:process-control +``` + ### Void Available [in the void-packages repo](https://github.com/void-linux/void-packages/tree/master/srcpkgs/bottom): @@ -273,20 +275,20 @@ sudo port selfupdate sudo port install bottom ``` -### Scoop +### Chocolatey -Available in the [Main bucket](https://github.com/ScoopInstaller/Main): +Chocolatey packages are located [here](https://chocolatey.org/packages/bottom): ```bash -scoop install bottom +choco install bottom ``` -### Chocolatey +### Scoop -Chocolatey packages are located [here](https://chocolatey.org/packages/bottom): +Available in the [Main bucket](https://github.com/ScoopInstaller/Main): ```bash -choco install bottom +scoop install bottom ``` ### winget -- cgit v1.2.3