diff --git a/README.md b/README.md index 101b037..f87233e 100644 --- a/README.md +++ b/README.md @@ -17,4 +17,12 @@ Below is a list in order of priority, marked as complete when finished: - [ ] Auto start - [ ] First run - [ ] Self-write updater code (currently mostly copied) -- [ ] Self-write some small parts of internals \ No newline at end of file +- [ ] Self-write some small parts of internals + +## Install Guide +**OpenAsar is heavily disrecommened due to it being in early development.** +1. Clone repo +2. NPM install in `src` dir (`cd src; npm i`) +3. Pack into `app.asar` via `asar` NPM package - `asar pack src app.asar` +4. Backup your original `app.asar` (rename to `app.asar.backup` / etc) +5. Install OpenAsar `app.asar` into the original path \ No newline at end of file