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.
This commit is contained in:
Ilya Grigoriev 2024-06-08 23:46:22 -07:00
parent 5d57cf1977
commit b8d0cf31b8

View file

@ -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