From 5a677d2491cd50ce046d92be08a8a70e1c8c0b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Gaud=C3=A9?= Date: Fri, 5 Jun 2020 10:33:36 +0200 Subject: [PATCH] =?UTF-8?q?Ajout=20commande=20d'installation=20des=20d?= =?UTF-8?q?=C3=A9pendances=20client=20#31?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 79bcda4..ac56647 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ ### Procédure ```bash +cd client && npm install # Installation des dépendances client make watch # Surveiller les modifications sur le sources et compiler/démarrer le serveur ```