From 01e0fd3cdf780767fe2cfa7a9b8307c3c8e62652 Mon Sep 17 00:00:00 2001 From: Jameelah Mercer <36314199+MeelahMe@users.noreply.github.com> Date: Fri, 9 May 2025 12:38:51 -0700 Subject: [PATCH] Update content/shared/v3-core-plugins/_index.md Co-authored-by: Jason Stirnaman --- content/shared/v3-core-plugins/_index.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/content/shared/v3-core-plugins/_index.md b/content/shared/v3-core-plugins/_index.md index 0f2ac4051..6304b18b0 100644 --- a/content/shared/v3-core-plugins/_index.md +++ b/content/shared/v3-core-plugins/_index.md @@ -125,7 +125,8 @@ cp influxdb3_plugins/examples/schedule/system_metrics/system_metrics.py /path/to {{% code-tab-content %}} ```bash -# You can use plugins directly from GitHub without downloading them first by using the `gh:` prefix in the plugin filename: +# To retrieve and use a plugin directly from GitHub, +# use the `gh:` prefix in the plugin filename: influxdb3 create trigger \ --trigger-spec "every:1m" \ --plugin-filename "gh:examples/schedule/system_metrics/system_metrics.py" \