Skip to content

Commit

Permalink
fix: add description build step at readme. (#124)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbwodlf3 committed Jul 28, 2023
1 parent f790cb3 commit aef721e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,11 @@ pm2 start pm2.config.cjs
# Install dependencies
npm install

# Build code
npm run build

# Run the bot
npm start
npm run start
```

### Docker
Expand Down

0 comments on commit aef721e

Please sign in to comment.