Skip to content
This repository has been archived by the owner on May 28, 2023. It is now read-only.

Markdown Badges

Daniel Foré edited this page Jun 18, 2017 · 2 revisions

elementary provides badges for your GitHub README. Badges will automatically open AppCenter or redirect to elementary.io based on OS detection. They look like this:

Get it on AppCenter

Markdown:

[![Get it on AppCenter](https://appcenter.elementary.io/badge.svg)](https://appcenter.elementary.io/com.github.USER.REPO)

HTML:

<a href="https://appcenter.elementary.io/com.github.USER.REPO"><img src="https://appcenter.elementary.io/badge.svg" alt="Get it on AppCenter"></a>

Make sure to replace com.github.USER.REPO in the URL with the ID for your app