[Readme] Add install guide

This commit is contained in:
Ducko 2021-12-09 16:58:47 +00:00
parent de780bda79
commit 3509654ea9
1 changed files with 9 additions and 1 deletions

View File

@ -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
- [ ] 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