From aab26bad325e1d07ea35b8765a59c9e47a04c57d Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Sat, 29 Aug 2020 14:04:52 +0200 Subject: [PATCH] add documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 47edc4e..60d5fe0 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ If you are a developer: * go to `apps/` and clone your repository * go to `apps/side_menu` and run `npm install` -Build javascripts using `npm run build` (or `npm run watch` to build them in real time). +Build javascripts using `make npm-build` (or `make npm-watch` to build them in real time). Then commit and create a pull request.