mirror of
https://github.com/rbreu/beeref.git
synced 2026-03-11 08:54:28 +00:00
Add download badges to README
This commit is contained in:
parent
7bc8d5201f
commit
775ad0e6a8
1 changed files with 7 additions and 1 deletions
|
|
@ -7,7 +7,7 @@ BeeRef — A Simple Reference Image Viewer
|
|||
|
||||
`BeeRef <https://beeref.org>`_ 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
|
||||
------------
|
||||
|
|
|
|||
Loading…
Reference in a new issue