diff --git a/README.md b/README.md index ae4a79c..4d3cba1 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,15 @@ ## Goals - **Hotpluggable** - just swap the asar file, nothing else needed - **Lightweight** - it should be at least as fast or lightweight, hopefully more -- **No Tracking** - no crash reporting, etc \ No newline at end of file +- **No Tracking** - no crash reporting, etc +- **Minimal** - generally only doing what is needed (see: implementation) + +## Implementation +Below is a list in order of priority, marked as complete when finished: +- [ ] Stub everything +- [ ] Bootstrapping +- [ ] Splash screen +- [ ] Auto start +- [ ] Updating + - [ ] Updater v1 + - [ ] Updater v2 \ No newline at end of file