Docs: Use apt to install the Debian/Ubuntu package to resolve dependencies

Signed-off-by: Michael Friedrich <mfriedrich@gitlab.com>
This commit is contained in:
Michael Friedrich 2022-12-09 21:41:22 +01:00
parent 1dbdd99f34
commit e400cedda8
No known key found for this signature in database
GPG Key ID: 0E1D8002D14A1F16

View File

@ -18,7 +18,7 @@ For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in
```shell
$ curl -LO https://github.com/Orange-OpenSource/hurl/releases/download/1.8.0/hurl_1.8.0_amd64.deb
$ sudo dpkg -i hurl_1.8.0_amd64.deb
$ sudo apt update && apt install ./hurl_1.8.0_amd64.deb
```
#### Arch Linux / Manjaro