From 8764e7d0e498076355453c6d0d15071803b346bc Mon Sep 17 00:00:00 2001 From: Mathieu Jaumotte Date: Thu, 25 Feb 2021 19:01:23 +0100 Subject: [PATCH] improve readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a9ce71d..6fe39a1 100644 --- a/README.md +++ b/README.md @@ -60,12 +60,12 @@ Le dépôt utilise plusieurs branches qui peuvent être utilisée selon le point * installation de webpack-encore: `composer require symfony/webpack-encore-bundle` * pour finir il faut installer et lancer yarn: - * un script bash `docker-node.sh` lancera node dans un conteneur quand on a besoin de yarn: + * un script bash `docker-node.sh` lancera nodejs dans un conteneur quand on a besoin de yarn: * au premier lancement du container node:14, j'initialise la mise en place: * `npm install yarn` * `npm install --force` * puis je lance (ce qu'il faudra faire à chaque fois): - * `yarn encore dev` + * `yarn encore dev` avec éventuellement l'option `--watch` ## Sass