From 985331e813a80f4a01a0070852839f3fabbbb39f Mon Sep 17 00:00:00 2001 From: Diana Payton <52059945+oddlittlebird@users.noreply.github.com> Date: Tue, 4 May 2021 09:06:02 -0700 Subject: [PATCH] Docs: Update installation.md (#33656) --- docs/sources/plugins/installation.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/sources/plugins/installation.md b/docs/sources/plugins/installation.md index 6066f2a88b1..50ed6d95722 100644 --- a/docs/sources/plugins/installation.md +++ b/docs/sources/plugins/installation.md @@ -30,3 +30,5 @@ After the user has downloaded the archive containing the plugin assets, they can ``` unzip my-plugin-0.2.0.zip -d YOUR_PLUGIN_DIR/my-plugin ``` + +The path to the plugin directory is defined in the configuration file. For more information, refer to [Configuration]({{< relref "../administration/configuration.md#plugins" >}}).