Skip to content

Commit 671e785

Browse files
authored
Merge pull request #732 from giladAlboher/update-docs
In contributing.MD I have added a reminder to use Docker-compose up t…
2 parents 3d8920b + 84b4a6f commit 671e785

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CONTRIBUTING.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,10 @@ To get started with Code Racer locally, follow these steps
6969
```sh
7070
npm i
7171
```
72-
73-
8. (Optional if using Docker for managing the database): Start the Database.
72+
73+
8. Start the Database
74+
If you are using Docker don't forget to run `docker-compose up` to start the database.
75+
(Optional if using Docker for managing the database): Start the Database.
7476

7577
```sh
7678
npm run dev:db

0 commit comments

Comments
 (0)