update notes

pull/43/head
Alexander Bentkamp 2 years ago
parent 796ebfeaab
commit a29810eff5

@ -34,7 +34,10 @@ sudo systemctl reload docker
# Install NPM # Install NPM
``` ```
sudo apt-get install npm curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.2/install.sh | bash
source ~/.bashrc
nvm install node npm
sudo npm install -g http-server sudo npm install -g http-server
``` ```

Loading…
Cancel
Save