From f736743c7006db5119ba90669caecdf267f3de27 Mon Sep 17 00:00:00 2001 From: native-api Date: Tue, 8 Oct 2024 22:34:59 +0300 Subject: [PATCH] +suggestion to add plugins --- Plugins.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Plugins.md b/Plugins.md index 4941d25..dcd81e4 100644 --- a/Plugins.md +++ b/Plugins.md @@ -6,6 +6,8 @@ A plugin can be installed by dropping it in as a sub-directory of `pyenv-*` executables are placed in the `$PATH` and hooks are installed accordingly somewhere in `$PYENV_HOOK_PATH`. +**You can add your plugin here if has general usability, to make it more discoverable.** + ## Official plugins * [virtualenv] - the standard way to manage virtualenv with pyenv (formerly as known as [python-virtualenv](https://github.com/pyenv/python-virtualenv))