chore: move package.json into gluon

This commit is contained in:
Oj 2022-12-08 14:52:34 +00:00
parent 6464364d84
commit 111f0840c5
2 changed files with 2 additions and 2 deletions

View File

@ -9,8 +9,8 @@ A minimal Discord client loading Discord Web, using system-installed Chromium/No
1. Have recentish Chrome Stable/Canary and NodeJS installed
1. Clone the Gluon repo
2. `npm install`
3. `node glucord` (with `--canary` if using Chrome Canary)
2. `npm install` in `gluon`
3. `node glucord` (in repo root)
## Building
1. Cd into the repo root