Skip to content

Commit

Permalink
Update for version 20200831-grafana6
Browse files Browse the repository at this point in the history
  • Loading branch information
Nicolas Ferrero committed Aug 31, 2020
1 parent 9a0eb11 commit eecaaa1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,15 @@ This code and binaries are provided as-is, with no warranty whatsoever, but you
This plugin needs to be extracted to the Grafana plugins directory.
It cannot be installed through Grafana CLI.

## Build

This plugin can be built from source code using Grunt:

```
npm install grunt -g
npm install
grunt
```

## Plugin releases mechanism

Expand Down

0 comments on commit eecaaa1

Please sign in to comment.