Update README

This commit is contained in:
jcamiel 2023-07-10 18:39:45 +02:00
parent f2d2a6c7c8
commit 80b220aca6
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in
```shell
$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl_4.0.0_amd64.deb
$ sudo apt update && apt install ./hurl_4.0.0_amd64.deb
$ sudo apt update && sudo apt install ./hurl_4.0.0_amd64.deb
```
#### Arch Linux / Manjaro

View File

@ -1,4 +1,4 @@
.TH hurl 1 "29 Jun 2023" "hurl 4.1.0-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "10 Jul 2023" "hurl 4.1.0-SNAPSHOT" " Hurl Manual"
.SH NAME
hurl - run and test HTTP requests.

View File

@ -1,4 +1,4 @@
.TH hurl 1 "29 Jun 2023" "hurl 4.1.0-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "10 Jul 2023" "hurl 4.1.0-SNAPSHOT" " Hurl Manual"
.SH NAME
hurlfmt - format Hurl files

View File

@ -1003,7 +1003,7 @@ For Debian / Ubuntu, Hurl can be installed using a binary .deb file provided in
```shell
$ curl --location --remote-name https://github.com/Orange-OpenSource/hurl/releases/download/4.0.0/hurl_4.0.0_amd64.deb
$ sudo apt update && apt install ./hurl_4.0.0_amd64.deb
$ sudo apt update && sudo apt install ./hurl_4.0.0_amd64.deb
```
#### Arch Linux / Manjaro