Merge branch 'json-rpc' into main

pull/43/head
Alexander Bentkamp 4 years ago
commit b68f8ecb7b

@ -34,7 +34,10 @@ sudo systemctl reload docker
# 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
```

Loading…
Cancel
Save