Commit 030f9d6789eb8d5240c165de4669a894ed601da6
Committed by
GitHub
1 parent
dfc656c4
docs: include conda badge
Showing
1 changed file
with
4 additions
and
1 deletions
README.md
| @@ -13,7 +13,8 @@ | @@ -13,7 +13,8 @@ | ||
| 13 | [![Latest release][releases-badge]][github releases] | 13 | [![Latest release][releases-badge]][github releases] |
| 14 | [![DOI][doi-badge]][doi-link] | 14 | [![DOI][doi-badge]][doi-link] |
| 15 | [![Conan.io][conan-badge]][conan-link] | 15 | [![Conan.io][conan-badge]][conan-link] |
| 16 | -[![Try CLI11 1.9 online][wandbox-badge]][wandbox-link] | 16 | +[![Conda Version][conda-badge]][conda-link] |
| 17 | +[![Try CLI11 2.0 online][wandbox-badge]][wandbox-link] | ||
| 17 | 18 | ||
| 18 | [What's new](./CHANGELOG.md) • | 19 | [What's new](./CHANGELOG.md) • |
| 19 | [Documentation][gitbook] • | 20 | [Documentation][gitbook] • |
| @@ -1004,6 +1005,8 @@ CLI11 was developed at the [University of Cincinnati][] to support of the [GooFi | @@ -1004,6 +1005,8 @@ CLI11 was developed at the [University of Cincinnati][] to support of the [GooFi | ||
| 1004 | [license-badge]: https://img.shields.io/badge/License-BSD-blue.svg | 1005 | [license-badge]: https://img.shields.io/badge/License-BSD-blue.svg |
| 1005 | [conan-badge]: https://img.shields.io/badge/conan-io-blue | 1006 | [conan-badge]: https://img.shields.io/badge/conan-io-blue |
| 1006 | [conan-link]: https://conan.io/center/cli11 | 1007 | [conan-link]: https://conan.io/center/cli11 |
| 1008 | +[conda-badge]: https://img.shields.io/conda/vn/conda-forge/cli11.svg | ||
| 1009 | +[conda-link]: https://github.com/conda-forge/cli11-feedstock | ||
| 1007 | [github releases]: https://github.com/CLIUtils/CLI11/releases | 1010 | [github releases]: https://github.com/CLIUtils/CLI11/releases |
| 1008 | [github issues]: https://github.com/CLIUtils/CLI11/issues | 1011 | [github issues]: https://github.com/CLIUtils/CLI11/issues |
| 1009 | [github pull requests]: https://github.com/CLIUtils/CLI11/pulls | 1012 | [github pull requests]: https://github.com/CLIUtils/CLI11/pulls |