From 4ea3aea2e0894375a107070dc21b1e5632eb39a6 Mon Sep 17 00:00:00 2001 From: Matthias Mair Date: Mon, 25 Jul 2022 03:21:52 +0200 Subject: [PATCH] Add note about VCS install option (#324) --- docs/extend/plugins/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/extend/plugins/install.md b/docs/extend/plugins/install.md index 23d364b..c1ead99 100644 --- a/docs/extend/plugins/install.md +++ b/docs/extend/plugins/install.md @@ -39,7 +39,7 @@ Custom plugins can be placed in the `src/InvenTree/plugins/` directory, where th The `src/InvenTree/plugins/` directory is excluded from Git version tracking - any plugin files here will be hidden from Git !!! warning "Not Recommended For Production" - Loading plugins via the local *plugins* directory is not recommended for production. If you cannot use PIP installation (above), specify a custom plugin directory (below). + Loading plugins via the local *plugins* directory is not recommended for production. If you cannot use PIP installation (above), specify a custom plugin directory (below) or use a [VCS](https://pip.pypa.io/en/stable/topics/vcs-support/) as a plugin install source. ### Custom Directory