From 775ad0e6a81b39fa1801f1749e9cee3fd6af4c7e Mon Sep 17 00:00:00 2001 From: Rebecca Breu Date: Wed, 29 Nov 2023 17:37:55 +0100 Subject: [PATCH] Add download badges to README --- README.rst | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index e7e71aa..c802947 100644 --- a/README.rst +++ b/README.rst @@ -7,7 +7,7 @@ BeeRef — A Simple Reference Image Viewer `BeeRef `_ lets you quickly arrange your reference images and view them while you create. Its minimal interface is designed not to get in the way of your creative process. -|python-version| |github-ci-flake8| |github-ci-pytest| |codecov| +|python-version| |github-ci-flake8| |github-ci-pytest| |codecov| |downloads-total| |downloads-latest| .. image:: https://github.com/rbreu/beeref/blob/main/images/screenshot.png @@ -23,6 +23,12 @@ BeeRef — A Simple Reference Image Viewer .. |codecov| image:: https://codecov.io/gh/rbreu/beeref/branch/main/graph/badge.svg?token=QA8HR1VVAL :target: https://codecov.io/gh/rbreu/beeref +.. |downloads-total| image::https://img.shields.io/github/downloads/rbreu/beeref/total.svg + :target: https://github.com/rbreu/beeref/releases + +.. |downloads-latest| image::https://img.shields.io/github/downloads/rbreu/beeref/latest/total.svg + :target: https://github.com/rbreu/beeref/releases + Installation ------------