Skip to content

Commit

Permalink
Release 22
Browse files Browse the repository at this point in the history
  • Loading branch information
derjust committed Nov 21, 2020
1 parent 1a4bdc6 commit 82dcc90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Use Basic Auth only if these limitations are acceptable!
Via the [Grafana CLI](https://grafana.com/docs/grafana/latest/administration/cli/):

```BASH
$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.21/cloudspout-button-panel.zip \
$ grafana-cli --pluginUrl https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.22/cloudspout-button-panel.zip \
plugins install cloudspout-button-panel
```

Expand All @@ -61,7 +61,7 @@ Use [Grafana's environment variable](https://grafana.com/docs/grafana/latest/ins

```BASH
$ docker run -p 3000:3000 -it \
-e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.21/cloudspout-button-panel.zip;cloudspout-button-panel" \
-e "GF_INSTALL_PLUGINS=https://github.com/cloudspout/cloudspout-button-panel/releases/download/7.0.22/cloudspout-button-panel.zip;cloudspout-button-panel" \
grafana/grafana:7.3.1
```

Expand Down

0 comments on commit 82dcc90

Please sign in to comment.