Skip to content

Commit 9e92b60

Browse files
committed
Update with Hulr 6.1.1
1 parent 4d22b90 commit 9e92b60

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

sites/hurl.dev/_docs/installation.md

Lines changed: 3 additions & 3 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.0
18+
$ VERSION=6.1.1
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.0
28+
$ VERSION=6.1.1
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.0
36+
$ VERSION=6.1.1
3737
$ sudo apt-add-repository -y ppa:lepapareil/hurl
3838
$ sudo apt install hurl="${VERSION}"*
3939
```

0 commit comments

Comments
 (0)