Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: j0code <[email protected]>
  • Loading branch information
cfpwastaken and j0code authored Feb 25, 2024
1 parent 890c4c8 commit f1e488e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ services:
1. Install the latest version of NodeJS
2. Clone the repository
3. Run `npm install`
4. Run `npx tsc`
4. Run `npm run build` (or `tsc`)
5. Set up a MariaDB / MySQL database and create a user with access to it
6. Create a `config.json` file (see below)
7. Run `node .` (may require root permissions) or with a process manager like `pm2`
Expand Down

0 comments on commit f1e488e

Please sign in to comment.