Skip to content

Commit 7a328e7

Browse files
committed
Update README.
1 parent 8562211 commit 7a328e7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -31,20 +31,20 @@ Quickwit 0.8 is compatible with 0.4.x versions only.
3131

3232
You can either download the plugin manually and unzip it into the plugin directory or use the env variable `GF_INSTALL_PLUGINS` to install it.
3333

34-
### 0.4.0 for Quickwit 0.8
34+
### 0.4.1 for Quickwit 0.8
3535

3636
Run `grafana-oss` container with the env variable:
3737

3838
```bash
39-
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.0/quickwit-quickwit-datasource-0.4.0.zip;quickwit-quickwit-datasource" grafana/grafana-oss run
39+
docker run -p 3000:3000 -e GF_INSTALL_PLUGINS="https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.1/quickwit-quickwit-datasource-0.4.1.zip;quickwit-quickwit-datasource" grafana/grafana-oss run
4040
```
4141

4242
Or download the plugin manually and start Grafana
4343

4444
```bash
45-
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.0/quickwit-quickwit-datasource-0.4.0.zip
45+
wget https://github.com/quickwit-oss/quickwit-datasource/releases/download/v0.4.1/quickwit-quickwit-datasource-0.4.1.zip
4646
mkdir -p plugins
47-
unzip quickwit-quickwit-datasource-0.4.0.zip -d plugins/quickwit-quickwit-datasource-0.4.0
47+
unzip quickwit-quickwit-datasource-0.4.1.zip -d plugins/quickwit-quickwit-datasource-0.4.1
4848
docker run -p 3000:3000 -e GF_PATHS_PLUGINS=/data/plugins -v ${PWD}/plugins:/data/plugins grafana/grafana-oss run
4949
```
5050

0 commit comments

Comments
 (0)