From 0566c82782c741319f7614f8b09d15011165abb8 Mon Sep 17 00:00:00 2001 From: Odilitime Date: Fri, 15 Nov 2024 10:54:49 -0800 Subject: [PATCH] clarify testing, add additional docker information --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d95ba68de49..f0dd06eceff 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