README: add repology badge inside collapsed div (#422)

Using https://repology.org/metapackage/flameshot/badges it's possible for users to see what version of flameshot are available in the package ecosystem. This badge is nested in an expandable div so it doesn't overwhelm the README with its size. This commit also fixes a minor typo
FYI HTML was used instead of markdown due to the markdown not being displayed.
This commit is contained in:
luzpaz
2018-12-28 08:36:36 -07:00
committed by Dharkael
parent e52dc8ddc8
commit 652689627f

View File

@@ -230,7 +230,14 @@ There are packages available for a few distros:
- [Docker](https://github.com/ManuelLR/docker-flameshot)
- Fedora: `dnf install flameshot`
- [Snap/Flatpak/AppImage](https://github.com/flameshotapp/packages)
- Besides, generic packages available via [opensuse software repertory](https://software.opensuse.org//download.html?project=home%3AVitzy&package=flameshot)
- Besides, generic packages available via [opensuse software repository](https://software.opensuse.org//download.html?project=home%3AVitzy&package=flameshot)
<details>
<summary>Expand this section to see what distros are using an up to date version of flameshot</summary>
<a href="https://repology.org/metapackage/flameshot/versions">
<img src="https://repology.org/badge/vertical-allrepos/flameshot.svg" alt="Packaging status">
</a>
</details>
## Compilation