File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
2525For 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
3333For 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/
You can’t perform that action at this time.
0 commit comments