diff --git a/README.md b/README.md index bb9b33e..3f0e2c8 100644 --- a/README.md +++ b/README.md @@ -151,15 +151,25 @@ Kindly read our [Contributing Guide](CONTRIBUTING.md) to learn and understand ab ## Local Dev Testing -Prerequisites: `helm` and `kubectl` binaries installed and operational. +Prerequisites, binaries installed and operational: + +- [Go](https://go.dev/doc/install) There is a need to build binary for plugin to function, run: +### Linux + ```shell go build -o bin/dashboard . ``` -You can just run the `bin/dashboard` binary directly, it will just work. +### Windows + +```bat +go build -o bin\dashboard.exe . +``` + +You can just run the `dashboard` or `dashboard.exe` binary directly, it will just work. To install, checkout the source code and run from source dir: