mirror of
https://github.com/Orange-OpenSource/hurl.git
synced 2025-01-05 19:15:41 +03:00
Update doc for conda-forge installation.
This commit is contained in:
parent
2a4d15fa7f
commit
dde5f1cccd
7
contrib/conda-forge/README.md
Normal file
7
contrib/conda-forge/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Hurl on conda-forge
|
||||
|
||||
Public package web page: <https://anaconda.org/conda-forge/hurl>
|
||||
|
||||
Git repo package (feedstock in conda-forge terminology): <https://github.com/conda-forge/hurl-feedstock>
|
||||
|
||||
Update to the feedstock can be make via forking the repo and PR.
|
@ -97,6 +97,14 @@ If you're a Rust programmer, Hurl can be installed with cargo.
|
||||
$ cargo install hurl
|
||||
```
|
||||
|
||||
### conda-forge
|
||||
|
||||
```shell
|
||||
$ conda install -c conda-forge hurl
|
||||
```
|
||||
|
||||
Hurl can also be installed with [`conda-forge`] powered package manager like [`pixi`].
|
||||
|
||||
### Docker
|
||||
|
||||
```shell
|
||||
@ -179,4 +187,5 @@ Please follow the [contrib on Windows section].
|
||||
[Rust]: https://www.rust-lang.org
|
||||
[contrib on Windows section]: https://github.com/Orange-OpenSource/hurl/blob/master/contrib/windows/README.md
|
||||
[NixOS / Nix package]: https://search.nixos.org/packages?from=0&size=1&sort=relevance&type=packages&query=hurl
|
||||
|
||||
[`conda-forge`]: https://conda-forge.org
|
||||
[`pixi`]: https://prefix.dev
|
||||
|
Loading…
Reference in New Issue
Block a user