From 94839d7bd8981c784d4c9ea65464303e13691269 Mon Sep 17 00:00:00 2001 From: Andrey Pohilko Date: Tue, 23 Aug 2022 10:04:01 +0300 Subject: [PATCH] Add usage command --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0fb9b24..2ed7f12 100644 --- a/README.md +++ b/README.md @@ -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