Skip to content

Commit

Permalink
Merge pull request #333 from odilitime/main
Browse files Browse the repository at this point in the history
Docs: README.md improvements: clarify testing, add additional docker information
  • Loading branch information
lalalune authored Nov 15, 2024
2 parents b6cdbdf + 0566c82 commit 23907b6
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Getting Started

**Prerequisites (MUST):**

- [Python 2.7+](https://www.python.org/downloads/)
- [Node.js 23.1+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
- [pnpm](https://pnpm.io/installation)
Expand Down Expand Up @@ -160,7 +160,7 @@ For help with setting up your Discord Bot, check out here: https://discordjs.gui

## Testing

To run the test suite:
To run the test suite, you must got into each package:

```bash
pnpm test # Run tests once
Expand Down Expand Up @@ -190,3 +190,7 @@ For development purposes, you can run the docker container with the following co
```
pnpm docker
```

This will drop you into a shell inside the docker container where you can continue to configure the instance

and then you can start it with `pnpm start`

0 comments on commit 23907b6

Please sign in to comment.