Skip to content

Instantly share code, notes, and snippets.

@thomasmacpherson
Forked from SteveAmor/emfcamp badge store
Created September 3, 2018 15:15
Show Gist options
  • Save thomasmacpherson/f82dc2d5cff5a30bccd11d4fb65dc13d to your computer and use it in GitHub Desktop.
Save thomasmacpherson/f82dc2d5cff5a30bccd11d4fb65dc13d to your computer and use it in GitHub Desktop.
How to get an app onto your badge
Update your own fork of the repo with your app:
1. Fork the emfcamp/Mk4-Apps repo to your GitHub account
2. Clone your repo
3. Add your app to the root of your cloned repo
4. git add .
5. git commit -m "message"
6. git push origin master
On your badge:
Press menu and select settings
Select Badge Store
Change the Repo setting to your repo i.e. just change emfcamp to your GitHub username
Go back to the badge homepage
Press menu
Select Badge Store
Select Install Apps
Select your apps repo
Now you can install your app from your GitHub repo
Yeah!
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment