Update README with installation instruction for .deb

This commit is contained in:
jcamiel 2022-12-09 23:41:25 +01:00
parent 14a54e4294
commit aefbd79027
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
2 changed files with 2 additions and 2 deletions

View File

@ -857,7 +857,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

View File

@ -857,7 +857,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