mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2024-11-23 00:44:55 +03:00
Update binary installation.
This commit is contained in:
parent
9ec4d06233
commit
ec9af97161
@ -1281,7 +1281,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
|
||||
|
@ -1273,7 +1273,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
|
||||
|
Loading…
Reference in New Issue
Block a user