From e44445abbd371ab16a72fc7e0aa0ae67921fdca7 Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 28 May 2025 17:14:51 +0000 Subject: [PATCH] Update README.md --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 75e8e6f..176112d 100644 --- a/README.md +++ b/README.md @@ -68,4 +68,6 @@ uv pip install -e ../$DNAME knoc # Should display the new plugin's CLI tool ``` -Finally, set the git upstream, edit, commit, tag, push. \ No newline at end of file +Finally, set the git upstream, edit, commit, tag, push. + +To add the plugin in a production image, add the name to the `PLUGIN` variable of the CI build tool, and deploy. \ No newline at end of file