diff --git a/README.md b/README.md index c30aeb8..0046d8a 100644 --- a/README.md +++ b/README.md @@ -119,8 +119,11 @@ Hyperfine can be installed via xbps xbps-install -S hyperfine ``` -### With conda on [![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/hyperfine.svg)](https://anaconda.org/conda-forge/hyperfine) +### With conda +![Conda Platforms](https://img.shields.io/conda/pn/conda-forge/hyperfine.svg) + +Hyperfine can be installed via [`conda`](https://conda.io/en/latest/) from the [`conda-forge`](https://anaconda.org/conda-forge/hyperfine) channel: ``` conda install -c conda-forge hyperfine ```