readme - launcher.js is now index.js

This commit is contained in:
Gabe 2023-08-03 21:21:20 +01:00 committed by GitHub
parent 5aa25a0cc1
commit 303ffeafff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@ This assumes that you have [Node.js](https://nodejs.org/en) LTS or higher instal
2. Modify and configure `config.ts` to your liking.
3. Install TypeScript and required dependencies (`npm i -g typescript` and `npm i`).
4. Compile the TypeScript code into normal JavaScript code (`tsc`).
5. Go into the `build` directory, and run `node launcher.js`.
5. Go into the `build` directory, and run `node index.js`.
## Plugins