Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
harshit-mehtaa authored and Harshit Mehta committed Mar 17, 2023
1 parent 29c1682 commit 9899a43
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .gitconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
[user]
email = [email protected]
name = Harshit Mehta
[credential]
helper = store
14 changes: 12 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down

0 comments on commit 9899a43

Please sign in to comment.