mirror of
https://github.com/komodorio/helm-dashboard.git
synced 2026-03-24 11:48:04 +00:00
update README (#270)
This commit is contained in:
14
README.md
14
README.md
@@ -151,15 +151,25 @@ Kindly read our [Contributing Guide](CONTRIBUTING.md) to learn and understand ab
|
|||||||
|
|
||||||
## Local Dev Testing
|
## 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:
|
There is a need to build binary for plugin to function, run:
|
||||||
|
|
||||||
|
### Linux
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
go build -o bin/dashboard .
|
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:
|
To install, checkout the source code and run from source dir:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user