Update docs.

This commit is contained in:
Jean-Christophe Amiel 2024-05-31 09:44:39 +02:00
parent a44a734899
commit 7b6527ff16
No known key found for this signature in database
GPG Key ID: 07FF11CFD55356CC
5 changed files with 9 additions and 2 deletions

View File

@ -1338,6 +1338,7 @@ $ sudo pkg install hurl
```
### Windows
Windows requires the [Visual C++ Redistributable Package] to be installed manually, as this is not included in the installer.
#### Zip File

View File

@ -67,6 +67,8 @@ $ sudo pkg install hurl
### Windows
Windows requires the [Visual C++ Redistributable Package] to be installed manually, as this is not included in the installer.
#### Zip File
Hurl can be installed from a standalone zip file at [Hurl latest GitHub release]. You will need to update your `PATH` variable.
@ -185,6 +187,7 @@ Please follow the [contrib on Windows section].
[GitHub]: https://github.com/Orange-OpenSource/hurl
[Hurl latest GitHub release]: https://github.com/Orange-OpenSource/hurl/releases/latest
[Visual C++ Redistributable Package]: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version
[install]: https://www.rust-lang.org/tools/install
[Rust]: https://www.rust-lang.org
[contrib on Windows section]: https://github.com/Orange-OpenSource/hurl/blob/master/contrib/windows/README.md

View File

@ -1,4 +1,4 @@
.TH hurl 1 "13 May 2024" "hurl 5.0.0-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "31 May 2024" "hurl 5.0.0-SNAPSHOT" " Hurl Manual"
.SH NAME
hurl - run and test HTTP requests.

View File

@ -1,4 +1,4 @@
.TH hurl 1 "13 May 2024" "hurl 5.0.0-SNAPSHOT" " Hurl Manual"
.TH hurl 1 "31 May 2024" "hurl 5.0.0-SNAPSHOT" " Hurl Manual"
.SH NAME
hurlfmt - format Hurl files

View File

@ -1331,6 +1331,8 @@ $ sudo pkg install hurl
### Windows
Windows requires the [Visual C++ Redistributable Package] to be installed manually, as this is not included in the installer.
#### Zip File
Hurl can be installed from a standalone zip file at [Hurl latest GitHub release]. You will need to update your `PATH` variable.
@ -1482,6 +1484,7 @@ Please follow the [contrib on Windows section].
[`--json` option]: https://hurl.dev/docs/manual.html#json
[GitHub]: https://github.com/Orange-OpenSource/hurl
[Hurl latest GitHub release]: https://github.com/Orange-OpenSource/hurl/releases/latest
[Visual C++ Redistributable Package]: https://learn.microsoft.com/en-us/cpp/windows/latest-supported-vc-redist?view=msvc-170#latest-microsoft-visual-c-redistributable-version
[install]: https://www.rust-lang.org/tools/install
[Rust]: https://www.rust-lang.org
[contrib on Windows section]: https://github.com/Orange-OpenSource/hurl/blob/master/contrib/windows/README.md