From d27790d6facdad87218a5d9f86ba9a2177feac66 Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Sun, 4 Aug 2024 07:57:15 +0000 Subject: [PATCH] docs: fix alphabetical ordering of the linux install docs (#1537) Switch solus and snap. --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 4bb5f569..17e1fcd4 100644 --- a/README.md +++ b/README.md @@ -35,8 +35,8 @@ - [Fedora / CentOS / AlmaLinux / Rocky Linux](#fedora--centos--almalinux--rocky-linux) - [Gentoo](#gentoo) - [Nix](#nix) - - [Solus](#solus) - [Snap](#snap) + - [Solus](#solus) - [Void](#void) - [Homebrew](#homebrew) - [MacPorts](#macports) @@ -253,14 +253,6 @@ Available [in the nix-community repo](https://github.com/nix-community/home-mana nix-env -i bottom ``` -### Solus - -Available [in the Solus repos](https://dev.getsol.us/source/bottom/): - -```bash -sudo eopkg it bottom -``` - ### Snap bottom is available as a [snap](https://snapcraft.io/install/bottom/ubuntu): @@ -275,6 +267,14 @@ sudo snap connect bottom:system-observe sudo snap connect bottom:process-control ``` +### 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):