Update Archlinux installation.

This commit is contained in:
Jean-Christophe Amiel 2024-04-29 17:41:11 +02:00
parent 71d80fef30
commit 860585afaa
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
4 changed files with 19 additions and 9 deletions

View File

@ -1304,7 +1304,11 @@ $ apk add --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing hurl
#### Arch Linux / Manjaro
[`hurl-bin` package] for Arch Linux and derived distros is available via [AUR].
Hurl is available on [extra] channel.
```shell
$ pacman -Sy hurl
```
#### NixOS / Nix
@ -1485,12 +1489,11 @@ Please follow the [contrib on Windows section].
[`--json` option]: https://hurl.dev/docs/manual.html#json
[GitHub]: https://github.com/Orange-OpenSource/hurl
[Hurl latest GitHub release]: https://github.com/Orange-OpenSource/hurl/releases/latest
[AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository
[`hurl-bin` package]: https://aur.archlinux.org/packages/hurl-bin/
[install]: https://www.rust-lang.org/tools/install
[Rust]: https://www.rust-lang.org
[contrib on Windows section]: https://github.com/Orange-OpenSource/hurl/blob/master/contrib/windows/README.md
[NixOS / Nix package]: https://search.nixos.org/packages?from=0&size=1&sort=relevance&type=packages&query=hurl
[`conda-forge`]: https://conda-forge.org
[`pixi`]: https://prefix.dev
[extra]: https://archlinux.org/packages/extra/x86_64/hurl/

View File

@ -39,6 +39,7 @@ docs/*.md => packages/hurl/README.md
4. generate crates.io README
```bash
$ cd ..
$ python3 bin/release/gen_manpage.py docs/manual/hurl.md > docs/manual/hurl.1
$ python3 bin/release/gen_manpage.py docs/manual/hurlfmt.md > docs/manual/hurlfmt.1
$ python3 bin/docs/build_man_md.py docs/manual/hurl.md > docs/manual.md

View File

@ -33,7 +33,11 @@ $ apk add --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing hurl
#### Arch Linux / Manjaro
[`hurl-bin` package] for Arch Linux and derived distros is available via [AUR].
Hurl is available on [extra] channel.
```shell
$ pacman -Sy hurl
```
#### NixOS / Nix
@ -181,11 +185,10 @@ Please follow the [contrib on Windows section].
[GitHub]: https://github.com/Orange-OpenSource/hurl
[Hurl latest GitHub release]: https://github.com/Orange-OpenSource/hurl/releases/latest
[AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository
[`hurl-bin` package]: https://aur.archlinux.org/packages/hurl-bin/
[install]: https://www.rust-lang.org/tools/install
[Rust]: https://www.rust-lang.org
[contrib on Windows section]: https://github.com/Orange-OpenSource/hurl/blob/master/contrib/windows/README.md
[NixOS / Nix package]: https://search.nixos.org/packages?from=0&size=1&sort=relevance&type=packages&query=hurl
[`conda-forge`]: https://conda-forge.org
[`pixi`]: https://prefix.dev
[extra]: https://archlinux.org/packages/extra/x86_64/hurl/

View File

@ -1296,7 +1296,11 @@ $ apk add --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing hurl
#### Arch Linux / Manjaro
[`hurl-bin` package] for Arch Linux and derived distros is available via [AUR].
Hurl is available on [extra] channel.
```shell
$ pacman -Sy hurl
```
#### NixOS / Nix
@ -1477,12 +1481,11 @@ Please follow the [contrib on Windows section].
[`--json` option]: https://hurl.dev/docs/manual.html#json
[GitHub]: https://github.com/Orange-OpenSource/hurl
[Hurl latest GitHub release]: https://github.com/Orange-OpenSource/hurl/releases/latest
[AUR]: https://wiki.archlinux.org/index.php/Arch_User_Repository
[`hurl-bin` package]: https://aur.archlinux.org/packages/hurl-bin/
[install]: https://www.rust-lang.org/tools/install
[Rust]: https://www.rust-lang.org
[contrib on Windows section]: https://github.com/Orange-OpenSource/hurl/blob/master/contrib/windows/README.md
[NixOS / Nix package]: https://search.nixos.org/packages?from=0&size=1&sort=relevance&type=packages&query=hurl
[`conda-forge`]: https://conda-forge.org
[`pixi`]: https://prefix.dev
[extra]: https://archlinux.org/packages/extra/x86_64/hurl/