From 0141eecef1c65272f58ed4ac0129c36422c8cd38 Mon Sep 17 00:00:00 2001 From: Andrey Pokhilko Date: Thu, 20 Oct 2022 12:34:42 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 4d4755b..2787e9e 100644 --- a/README.md +++ b/README.md @@ -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