diff --git a/README.md b/README.md
index 02a0a54443323344a9d2e740315358a1259122b4..ba662d150e723e7373ebecab4758dbba24638a10 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,16 @@ This is the **REST API** connecting to the InternshipManager front end applicati
 
 Built using [node](https://nodejs.org/en/)@v16.10.0 !
 
+### Setting up NestJS
+
+If you don't already have NestJS as a global dependency, execute the following :
+
+```bash
+$ npm install -g @nestjs/cli
+```
+
+You may need to restart your console to be able to use the NestJS commands.
+
 ### Setting up dependencies
 
 Use npm to download all the dependencies :