Commit 030f9d6789eb8d5240c165de4669a894ed601da6

Authored by Henry Schreiner
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 13 [![Latest release][releases-badge]][github releases]
14 14 [![DOI][doi-badge]][doi-link]
15 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 19 [What's new](./CHANGELOG.md) •
19 20 [Documentation][gitbook] •
... ... @@ -1004,6 +1005,8 @@ CLI11 was developed at the [University of Cincinnati][] to support of the [GooFi
1004 1005 [license-badge]: https://img.shields.io/badge/License-BSD-blue.svg
1005 1006 [conan-badge]: https://img.shields.io/badge/conan-io-blue
1006 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 1010 [github releases]: https://github.com/CLIUtils/CLI11/releases
1008 1011 [github issues]: https://github.com/CLIUtils/CLI11/issues
1009 1012 [github pull requests]: https://github.com/CLIUtils/CLI11/pulls
... ...