From 9ec4d06233e86b6204e805cf70577a7d3ccb6c27 Mon Sep 17 00:00:00 2001 From: David Delassus Date: Tue, 14 May 2024 16:32:05 +0200 Subject: [PATCH] Fix installation instruction with precompiled binaries on Linux --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index 624bb60f3..82c48ca1f 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -10,7 +10,7 @@ Precompiled binary is available at [Hurl latest GitHub release]: $ INSTALL_DIR=/tmp $ 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 +$ export PATH=$INSTALL_DIR/hurl-$VERSION-x86_64-unknown-linux-gnu/bin:$PATH ``` #### Debian / Ubuntu