Skip to content

Commit

Permalink
updated the README to point the GH release
Browse files Browse the repository at this point in the history
  • Loading branch information
pmenglund committed Feb 1, 2024
1 parent 62233a9 commit 9e294d0
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 @@ -12,7 +12,7 @@ see the [Grafana plugin installation documentation](https://grafana.com/docs/gra
The quckstart is to use the `grafana cli` to install the plugin from the Rockset public S3 bucket:
```
grafana cli \
--pluginUrl https://rockset-public.s3-us-west-2.amazonaws.com/rockset-backend-datasource-0.3.0.zip \
--pluginUrl https://github.com/rockset/rockset-grafana-backend/releases/download/v0.3.0/rockset-backend-datasource-0.3.0.zip \
plugins install rockset-backend-datasource
```

Expand Down Expand Up @@ -249,7 +249,7 @@ docker run -d \
grafana/grafana:10.0.3
docker exec grafana \
grafana cli \
--pluginUrl https://rockset-public.s3-us-west-2.amazonaws.com/rockset-backend-datasource-0.3.0.zip \
--pluginUrl https://github.com/rockset/rockset-grafana-backend/releases/download/v0.3.0/rockset-backend-datasource-0.3.0.zip \
plugins install rockset-backend-datasource
docker restart grafana
```

0 comments on commit 9e294d0

Please sign in to comment.