diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index e6357703..84860daa 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -69,8 +69,10 @@ To get started with Code Racer locally, follow these steps ```sh npm i ``` - -8. (Optional if using Docker for managing the database): Start the Database. + +8. Start the Database + If you are using Docker don't forget to run `docker-compose up` to start the database. + (Optional if using Docker for managing the database): Start the Database. ```sh npm run dev:db