grafana / grafana-app-sdk

An SDK for developing apps for grafana using kubernetes-like storage and operators
Apache License 2.0
44 stars 8 forks source link

Add `make install` target #256

Closed IfSentient closed 4 months ago

IfSentient commented 4 months ago

Add target to install the binary built with all flags from local, just to simplify the process from running:

make build && cp target/grafana-app-sdk $GOPATH/bin/grafana-app-sdk

into

make install

Will error if GOPATH is not set.