mirror of
https://github.com/martinvonz/jj.git
synced 2025-01-19 19:08:08 +00:00
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:
parent
5d57cf1977
commit
b8d0cf31b8
1 changed files with 13 additions and 13 deletions
|
@ -28,19 +28,6 @@ be compiled from the same source code.
|
||||||
|
|
||||||
### Linux
|
### 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
|
#### From Source
|
||||||
|
|
||||||
First make sure that you have the `libssl-dev`, `openssl`, `pkg-config`, and
|
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
|
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
|
#### Nix OS
|
||||||
|
|
||||||
If you're on Nix OS you can install a **released** version of `jj` using the
|
If you're on Nix OS you can install a **released** version of `jj` using the
|
||||||
|
|
Loading…
Reference in a new issue