diff --git a/README.md b/README.md index d95ba68de4..f0dd06ecef 100644 --- a/README.md +++ b/README.md @@ -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) @@ -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 @@ -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` \ No newline at end of file