Update README.md

This commit is contained in:
Operations Research Engineering Software+ 2017-06-01 11:28:49 -07:00 committed by GitHub
parent 3497474fef
commit 0b1453da8a

View File

@ -369,6 +369,14 @@ add-zsh-hook chpwd load-nvmrc
load-nvmrc
```
## Usage with Docker
The following should be sufficient to install Node.js / NPM to a Docker image
RUN curl -o- https://raw.githubusercontent.com/creationix/nvm/v0.33.2/install.sh | bash
RUN . /root/.nvm/nvm.sh && nvm --version
## License
nvm is released under the MIT license.