hotfix: update grafana flight sql plugin instructions

pull/4871/head
Scott Anderson 2023-04-17 13:18:34 -06:00
parent 7df5b6ef33
commit ff7b929044
1 changed files with 3 additions and 4 deletions

View File

@ -65,10 +65,9 @@ mkdir -p /custom/plugins/directory/ && cd $_
## Download the Grafana Flight SQL plugin
Download the latest [Grafana Flight SQL plugin (influxdata/grafana-flightsql-datasource)](https://github.com/influxdata/grafana-flightsql-datasource/releases).
The following shell script downloads and extracts the latest Flight SQL plugin
source code into the the current working directory.
Use the following shell script to download and extract the latest
[Grafana Flight SQL plugin](https://github.com/influxdata/grafana-flightsql-datasource/releases)
into the the current working directory.
**Run the following inside your [custom plugin directory](#create-a-custom-plugins-directory):**
```sh