update document

This commit is contained in:
Sukchan Lee 2019-05-26 17:18:56 +09:00
parent 56556195a9
commit 68ac111bd5
6 changed files with 6 additions and 6 deletions

View file

@ -170,7 +170,7 @@ $ sudo apt install nextepc
The following shows how to install the Web UI of NextEPC.
```bash
$ curl -sL https://deb.nodesource.com/setup_8.x | sudo -E bash -
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
$ sudo apt install nodejs
$ curl -sL http://nextepc.org/static/webui/install | sudo -E bash -
```