Skip to content

Commit 5c04839

Browse files
committed
Update readme.$
1 parent e1b1287 commit 5c04839

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,17 +19,17 @@ Grafana v9.5 is recommended as the data source was only tested on this version.
1919

2020
## Installation
2121

22-
### Download the latest release (0.2.0)
22+
### Download the latest release (0.2.1)
2323

2424
```bash
25-
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.0/quickwit-quickwit-datasource-0.2.0.zip
25+
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.2.1/quickwit-quickwit-datasource-0.2.1.zip
2626
```
2727

2828
### Unzip into the plugins directory
2929

3030
```bash
3131
mkdir -p grafana-storage/plugins
32-
unzip quickwit-quickwit-datasource-0.2.0.zip -d grafana-storage/plugins
32+
unzip quickwit-quickwit-datasource-0.2.1.zip -d grafana-storage/plugins
3333
```
3434

3535
### Start Grafana

0 commit comments

Comments
 (0)