Fix WebUI Install URL in the document [#495]

This commit is contained in:
Sukchan Lee 2020-07-06 12:12:11 -04:00
parent c7d87c9180
commit 8ddbb03f65
1 changed files with 1 additions and 1 deletions

View File

@ -172,7 +172,7 @@ The following shows how to install the Web UI of Open5GS.
```bash
$ curl -sL https://deb.nodesource.com/setup_12.x | sudo -E bash -
$ sudo apt install nodejs
$ curl -sL http://open5gs.org/static/webui/install | sudo -E bash -
$ curl -sL https://open5gs.org/open5gs/assets/webui/install | sudo -E bash -
```
### Configuration & Running