From b8d0cf31b8bb05a9ab806a9a60cab0a4995be408 Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Sat, 8 Jun 2024 23:46:22 -0700 Subject: [PATCH] docs install_and_setup: move Arch Linux after From Source I am not sure how to order the other entries, but "From Source" seems to me like the most important one. --- docs/install-and-setup.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/docs/install-and-setup.md b/docs/install-and-setup.md index 3e91e9d3b..9ebbbb2dc 100644 --- a/docs/install-and-setup.md +++ b/docs/install-and-setup.md @@ -28,19 +28,6 @@ be compiled from the same source code. ### Linux -#### Arch Linux -You can install the `jujutsu` package from the [official extra repository](https://archlinux.org/packages/extra/x86_64/jujutsu/): - -``` -pacman -S jujutsu -``` - -Or install from the [AUR repository](https://aur.archlinux.org/packages/jujutsu-git) with an [AUR Helper](https://wiki.archlinux.org/title/AUR_helpers): - -``` -yay -S jujutsu-git -``` - #### From Source First make sure that you have the `libssl-dev`, `openssl`, `pkg-config`, and @@ -64,6 +51,19 @@ or: cargo install --locked --bin jj jj-cli ``` +#### Arch Linux +You can install the `jujutsu` package from the [official extra repository](https://archlinux.org/packages/extra/x86_64/jujutsu/): + +``` +pacman -S jujutsu +``` + +Or install from the [AUR repository](https://aur.archlinux.org/packages/jujutsu-git) with an [AUR Helper](https://wiki.archlinux.org/title/AUR_helpers): + +``` +yay -S jujutsu-git +``` + #### Nix OS If you're on Nix OS you can install a **released** version of `jj` using the