update readme
This commit is contained in:
parent
8900b172fd
commit
f6d322fc76
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue