Skip to content

Commit 691d2b3

Browse files
committed
Fix 6.1.1 -> 7.0.0
1 parent e55da56 commit 691d2b3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sites/hurl.dev/_docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Precompiled binary (depending on libc >=2.35) is available at [Hurl latest GitHu
1515

1616
```shell
1717
$ INSTALL_DIR=/tmp
18-
$ VERSION=6.1.1
18+
$ VERSION=7.0.0
1919
$ curl --silent --location https://github.com/Orange-OpenSource/hurl/releases/download/$VERSION/hurl-$VERSION-x86_64-unknown-linux-gnu.tar.gz | tar xvz -C $INSTALL_DIR
2020
$ export PATH=$INSTALL_DIR/hurl-$VERSION-x86_64-unknown-linux-gnu/bin:$PATH
2121
```
@@ -25,15 +25,15 @@ $ export PATH=$INSTALL_DIR/hurl-$VERSION-x86_64-unknown-linux-gnu/bin:$PATH
2525
For Debian >=12 / Ubuntu >=22.04, Hurl can be installed using a binary .deb file provided in each Hurl release.
2626

2727
```shell
28-
$ VERSION=6.1.1
28+
$ VERSION=7.0.0
2929
$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/$VERSION/hurl_${VERSION}_amd64.deb
3030
$ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb
3131
```
3232

3333
For Ubuntu >=18.04, Hurl can be installed from `ppa:lepapareil/hurl`
3434

3535
```shell
36-
$ VERSION=6.1.1
36+
$ VERSION=7.0.0
3737
$ sudo apt-add-repository -y ppa:lepapareil/hurl
3838
$ sudo apt install hurl="${VERSION}"*
3939
```
@@ -214,4 +214,4 @@ Please follow the [contrib on Windows section].
214214
[NixOS / Nix package]: https://search.nixos.org/packages?from=0&size=1&sort=relevance&type=packages&query=hurl
215215
[`conda-forge`]: https://conda-forge.org
216216
[`pixi`]: https://prefix.dev
217-
[extra]: https://archlinux.org/packages/extra/x86_64/hurl/
217+
[extra]: https://archlinux.org/packages/extra/x86 _64/hurl/

0 commit comments

Comments
 (0)