From 249d7de7b24ed94d30965eae6a64dbd301adb195 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Sat, 22 Jul 2023 15:45:23 -0700 Subject: [PATCH] Link to docs on distributing plugins, refs #567 --- docs/plugins.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/plugins.rst b/docs/plugins.rst index cb3090c..924e7d5 100644 --- a/docs/plugins.rst +++ b/docs/plugins.rst @@ -79,6 +79,8 @@ Now, running this should execute your new command: Your command will also be listed in the output of ``sqlite-utils --help``. +See the `LLM plugin documentation `__ for tips on distributing your plugin. + .. _plugins_hooks: Plugin hooks