File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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.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
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.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
3333For 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```
You can’t perform that action at this time.
0 commit comments