Fix deb installation doc

This commit is contained in:
Filipe PINTO 2024-02-16 18:26:21 +01:00 committed by fpinto
parent 6289ff006a
commit 4795e5453f
No known key found for this signature in database
GPG Key ID: F4F06B068FB00692
2 changed files with 4 additions and 4 deletions

View File

@ -1055,8 +1055,8 @@ For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in
```shell
$ VERSION=4.2.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
$ 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
```
#### Alpine

View File

@ -19,8 +19,8 @@ For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in
```shell
$ VERSION=4.2.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
$ 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
```
#### Alpine