Skip to content

Commit

Permalink
readme.md fix formatting,2
Browse files Browse the repository at this point in the history
Signed-off-by: Artem Navoiev <[email protected]>
  • Loading branch information
tenmozes committed Dec 21, 2024
1 parent cbff3fa commit b18583c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,7 @@ This example uses init container to download and install plugin.

1. To download plugin build and move contents into Grafana plugins directory:

```bash
```sh
ver=$(curl -s https://api.github.com/repos/VictoriaMetrics/victoriametrics-datasource/releases/latest | grep -oE 'v[0-9]+\.[0-9]+\.[0-9]+' | head -1)
curl -L https://github.com/VictoriaMetrics/victoriametrics-datasource/releases/download/$ver/victoriametrics-datasource-$ver.tar.gz -o /var/lib/grafana/plugins/vm-plugin.tar.gz
tar -xf /var/lib/grafana/plugins/vm-plugin.tar.gz -C /var/lib/grafana/plugins/
Expand Down

0 comments on commit b18583c

Please sign in to comment.