diff --git a/glucord/README.md b/glucord/README.md index 4923690..46bb7a1 100644 --- a/glucord/README.md +++ b/glucord/README.md @@ -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 diff --git a/package.json b/gluon/package.json similarity index 100% rename from package.json rename to gluon/package.json