From ac61e9ad2c9c4e864db02db04cbf907fb0efd99b Mon Sep 17 00:00:00 2001 From: Kelly Brazil Date: Tue, 8 Mar 2022 13:21:05 -0800 Subject: [PATCH] add pypi link --- README.md | 1 + templates/readme_template | 1 + 2 files changed, 2 insertions(+) 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 ```