This repository has been archived by the owner on May 28, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 32
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:
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
Documentation is being moved to docs.elementary.io/develop/appcenter. Check there for the latest info.