diff --git a/sites/hurl.dev/_docs/installation.md b/sites/hurl.dev/_docs/installation.md index aab6eb1..60a8fcb 100644 --- a/sites/hurl.dev/_docs/installation.md +++ b/sites/hurl.dev/_docs/installation.md @@ -15,7 +15,7 @@ Precompiled binary is available at [Hurl latest GitHub release]: ```shell $ INSTALL_DIR=/tmp -$ VERSION=4.2.0 +$ VERSION=4.3.0 $ 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 $ export PATH=$INSTALL_DIR/hurl-$VERSION:$PATH ``` @@ -25,7 +25,7 @@ $ export PATH=$INSTALL_DIR/hurl-$VERSION:$PATH For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in each Hurl release. ```shell -$ VERSION=4.2.0 +$ VERSION=4.3.0 $ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/$VERSION/hurl_${VERSION}_amd64.deb $ sudo apt update && sudo apt install ./hurl_${VERSION}_amd64.deb ``` diff --git a/sites/hurl.dev/_docs/request.md b/sites/hurl.dev/_docs/request.md index 54344af..8bbd914 100644 --- a/sites/hurl.dev/_docs/request.md +++ b/sites/hurl.dev/_docs/request.md @@ -668,7 +668,7 @@ output: out.html # dump the response to this file path-as-is: true # do not handle sequences of /../ or /./ in URL path skip: false # skip this request unix-socket: sock # use Unix socket for transfer -user: bob=secret # use basic authentication +user: bob:secret # use basic authentication variable: country=Italy # define variable country variable: planet=Earth # define variable planet verbose: true # allow verbose output