Update README.md

This commit is contained in:
Andrey Pokhilko
2022-10-20 12:34:42 +01:00
committed by GitHub
parent 65ecc20c90
commit 0141eecef1

View File

@@ -119,6 +119,8 @@ There is a need to build binary for plugin to function, run:
go build -o bin/dashboard .
```
You can just run the `bin/dashboard` binary directly, it will just work.
To install, checkout the source code and run from source dir:
```shell