Add usage command

This commit is contained in:
Andrey Pohilko
2022-08-23 10:04:01 +03:00
parent 07afc6c6ef
commit 94839d7bd8

View File

@@ -18,6 +18,15 @@ go build -o bin/dashboard .
Local install of plugin just creates a symlink, so making the changes and rebuilding the binary would not require reinstall of a plugin.
To use the plugin, run in your terminal:
```shell
helm dashboard
```
Then, use the web UI.
## Uninstalling
To uninstall, run:
```shell
helm plugin uninstall dashboard