diff --git a/README.md b/README.md index 91b118de..a5db4980 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ correct [binary](https://github.com/kellyjonbrazil/jc/releases) for your architecture and running it anywhere on your filesystem. ### Pip (macOS, linux, unix, Windows) +[![Pypi](https://img.shields.io/pypi/v/jc.svg)](https://pypi.org/project/jc/) ```bash pip3 install jc ``` diff --git a/templates/readme_template b/templates/readme_template index 7595911d..233b025f 100644 --- a/templates/readme_template +++ b/templates/readme_template @@ -99,6 +99,7 @@ correct [binary](https://github.com/kellyjonbrazil/jc/releases) for your architecture and running it anywhere on your filesystem. ### Pip (macOS, linux, unix, Windows) +[![Pypi](https://img.shields.io/pypi/v/jc.svg)](https://pypi.org/project/jc/) ```bash pip3 install jc ```