File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -22,15 +22,15 @@ $ export PATH=$INSTALL_DIR/hurl-$VERSION-x86_64-unknown-linux-gnu/bin:$PATH
2222
2323#### Debian / Ubuntu
2424
25- For Debian >=12 / Ubuntu >=22 .04, Hurl can be installed using a binary .deb file provided in each Hurl release.
25+ For Debian >=12 / Ubuntu 22.04 and 24 .04, Hurl can be installed using a binary .deb file provided in each Hurl release.
2626
2727``` shell
2828$ VERSION=7.1.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
33- For Ubuntu >=18 .04, Hurl can be installed from ` ppa:lepapareil/hurl `
33+ For Ubuntu >=22 .04, Hurl can be installed from ` ppa:lepapareil/hurl `
3434
3535``` shell
3636$ VERSION=7.1.0
Original file line number Diff line number Diff line change @@ -336,7 +336,7 @@ the following features to 7.1.0:
336336 - by setting environment variables ` HURL_SECRET_my_secret`
337337 - using secrets files with [` --secrets-file` ]({% link _docs/manual.md %}# secrets-file)
338338- improve ` --test` progress bar to display retry status
339- - small improvments to HTML report
339+ - small improvements to HTML report
340340
341341You can check the complete list of enhancements and bug fixes [in our release note].
342342
You can’t perform that action at this time.
0 commit comments