From 70240c077b3117ba015ace69d2cf452d6ad92a30 Mon Sep 17 00:00:00 2001
From: Ivan Alglave <64541968+hihubbIe@users.noreply.github.com>
Date: Tue, 22 Nov 2022 10:52:13 +0100
Subject: [PATCH] Update README.md

---
 README.md | 10 ++++++++++
 1 file changed, 10 insertions(+)

diff --git a/README.md b/README.md
index 02a0a54..ba662d1 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 :
-- 
GitLab