Fix installation instruction with precompiled binaries on Linux

This commit is contained in:
David Delassus 2024-05-14 16:32:05 +02:00 committed by GitHub
parent 42dea4c829
commit 9ec4d06233
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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