Skip to content

Instantly share code, notes, and snippets.

View thomasmacpherson's full-sized avatar

Thomas Macpherson-Pope thomasmacpherson

View GitHub Profile
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