This commit is contained in:
parent
e44445abbd
commit
dfc088718a
1 changed files with 9 additions and 1 deletions
10
README.md
10
README.md
|
@ -68,6 +68,14 @@ uv pip install -e ../$DNAME
|
||||||
knoc # Should display the new plugin's CLI tool
|
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.
|
To add the plugin in a production image, add the name to the `PLUGIN` variable of the CI build tool, and deploy.
|
Loading…
Add table
Add a link
Reference in a new issue