From dfc088718a0b79bdf2924738a483c8329a32e26e Mon Sep 17 00:00:00 2001 From: phil Date: Wed, 28 May 2025 17:22:08 +0000 Subject: [PATCH] Update README.md --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 176112d..51537fd 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,14 @@ uv pip install -e ../$DNAME knoc # Should display the new plugin's CLI tool ``` -Finally, set the git upstream, edit, commit, tag, push. +Finally, create a repo with the same name in the central repo (*forgejo*) and the git upstream. + +*Forgejo* inits repo with a branch `main` to it might be useful to run: + +```fish +git branch -m master main +``` + +, 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