Merge pull request #19 from GabeeCoding/master

update launcher.js to index.js in readme instructions
This commit is contained in:
q13x 2023-08-05 17:27:51 -07:00 committed by GitHub
commit 6c4514ae66
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