From 83bd8f37b284e04163302c216974b463f5caa483 Mon Sep 17 00:00:00 2001 From: Josh Carp Date: Wed, 18 Mar 2026 10:49:41 -0400 Subject: [PATCH] Fix install instructions. --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c39ad45..79317f1 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ Query and visualize metrics from an [Oxide](https://oxide.computer) rack using [ Install the plugin using the Grafana CLI: ```bash -grafana cli plugins install oxide-oxql-datasource +grafana cli \ + --pluginUrl https://github.com/oxidecomputer/oxide-oxql-datasource/releases/download/v0.1.0/oxide-oxql-datasource-0.1.0.zip \ + plugins install oxide-oxql-datasource ``` Or download the latest release from the [releases page](https://github.com/oxidecomputer/oxide-oxql-datasource/releases) and extract it to your Grafana plugins directory.