diff --git a/README.md b/README.md index c9ded9d..809473e 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,12 @@ A RabbitMQ instance is also required to send / receive messages when data has be Modify it if needed. +- install the dependencies : + + ```bash + npm install + ``` + - start the containers : ```bash @@ -30,11 +36,6 @@ A RabbitMQ instance is also required to send / receive messages when data has be The app runs automatically on port **5001**. -- install the dependencies : - - ```bash - npm install - ``` ## Database migration