update readme

This commit is contained in:
Gsk54 2022-12-15 10:47:19 +01:00
parent 8900b172fd
commit f6d322fc76
1 changed files with 1 additions and 1 deletions

View File

@ -89,7 +89,7 @@ docker exec v3_user sh -c "npm run test"
docker exec v3_user sh -c "npm run test:cov" docker exec v3_user sh -c "npm run test:cov"
``` ```
Note : you can run all npm commands directly _outside_ the container (see _scripts_ section of `package.json` for available commands), but you need NodeJS installed locally. We **strongly** advise to install [Node Version Manager](https://github.com/nvm-sh/nvm) ! Note : you can run all npm commands directly _outside_ the container (see _scripts_ section of `package.json` for available commands), but you need NodeJS installed locally. We **strongly** advise to install [Node Version Manager](https://github.com/nvm-sh/nvm) and use the latest LTS version of Node.
## License ## License