diff --git a/README.md b/README.md index 7b4858c..170ccd2 100644 --- a/README.md +++ b/README.md @@ -4,4 +4,4 @@ Wiki bot for https://ffxiv.consolegameswiki.com that attempts to fix items in [C ## Usage -You'll need Node.js and npm. Install dependencies via `npm ci`, set `MW_USERNAME` and `MW_PASSWORD` to your account username and bot password respectively, then run `node edb-id-bot.mjs`. +You'll need a recent version of Node.js (22+). Install dependencies via `npm ci`, set the `MW_USERNAME` and `MW_PASSWORD` environment variables to your account username and [bot password](https://www.mediawiki.org/wiki/Manual:Bot_passwords) respectively, then run `node src/index.mjs`. diff --git a/edb-id-bot.mjs b/src/index.mjs old mode 100755 new mode 100644 similarity index 100% rename from edb-id-bot.mjs rename to src/index.mjs diff --git a/lodestone.mjs b/src/lodestone.mjs similarity index 100% rename from lodestone.mjs rename to src/lodestone.mjs diff --git a/mediawiki.mjs b/src/mediawiki.mjs similarity index 100% rename from mediawiki.mjs rename to src/mediawiki.mjs diff --git a/util.mjs b/src/util.mjs similarity index 100% rename from util.mjs rename to src/util.mjs