mirror of
https://github.com/open5gs/open5gs.git
synced 2026-04-28 11:29:32 +00:00
Fix WebUI Install URL in the document [#495]
This commit is contained in:
parent
c7d87c9180
commit
8ddbb03f65
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue