Skip to content

Commit 23907b6

Browse files
authored
Merge pull request #333 from odilitime/main
Docs: README.md improvements: clarify testing, add additional docker information
2 parents b6cdbdf + 0566c82 commit 23907b6

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

README.md

+6-2
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
# Getting Started
2929

3030
**Prerequisites (MUST):**
31-
31+
3232
- [Python 2.7+](https://www.python.org/downloads/)
3333
- [Node.js 23.1+](https://docs.npmjs.com/downloading-and-installing-node-js-and-npm)
3434
- [pnpm](https://pnpm.io/installation)
@@ -160,7 +160,7 @@ For help with setting up your Discord Bot, check out here: https://discordjs.gui
160160

161161
## Testing
162162

163-
To run the test suite:
163+
To run the test suite, you must got into each package:
164164

165165
```bash
166166
pnpm test # Run tests once
@@ -190,3 +190,7 @@ For development purposes, you can run the docker container with the following co
190190
```
191191
pnpm docker
192192
```
193+
194+
This will drop you into a shell inside the docker container where you can continue to configure the instance
195+
196+
and then you can start it with `pnpm start`

0 commit comments

Comments
 (0)