Skip to content

Commit 53b3b10

Browse files
committed
no-release: Update README.md
1 parent 54d5dfe commit 53b3b10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ it is a Grafana plugin that allows you to query Splunk directly from Grafana.
1616
1. Download the latest version of the plugin
1717

1818
```bash
19-
wget https://github.com/efcasado/grafana-plugin-splunk-datasource/releases/download/v0.1.0/efcasado-splunk-datasource-0.1.0.zip
19+
wget https://github.com/efcasado/grafana-plugin-splunk-datasource/releases/download/vX.Y.Z/efcasado-splunk-datasource-X.Y.Z.tar.gz
2020
```
2121

2222
2. Unzip it in your Grafana's installation plugin directory (eg. `/var/lib/grafana/plugins`)
2323
2424
```bash
25-
unzip efcasado-splunk-datasource-0.1.0.zip -d YOUR_PLUGIN_DIR/efcasado-splunk-datasource
25+
tar -zxf efcasado-splunk-datasource-X.Y.Z.tar.gz -C YOUR_PLUGIN_DIR
2626
```
2727
2828

0 commit comments

Comments
 (0)