Skip to content

Commit

Permalink
Fix webui package link (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
liamfallon authored Jan 30, 2025
1 parent 6bc0b81 commit e87efb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/en/docs/guides/install-guides/web-ui/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ weight: 2
To install the WebUI, we simply install a different *kpt* package. First, we pull the package locally:

```bash
kpt pkg get --for-deployment https://github.com/nephio-project/nephio-packages.git/nephio-webui@origin/v3.0.0
kpt pkg get --for-deployment https://github.com/nephio-project/catalog.git/nephio/optional/webui@origin/v3.0.0
```

Before we apply it to the cluster, however, we should configure it.
Expand Down

0 comments on commit e87efb4

Please sign in to comment.