Update README.md
All checks were successful
/ build (push) Successful in 4s

This commit is contained in:
phil 2025-05-28 17:13:26 +00:00
parent a8a649964d
commit 8eb40f6080

View file

@ -60,10 +60,12 @@ Or `bash`:
uv sync uv sync
``` ```
The package is ready. => The package is ready.
In a *knoc* development environment: In a *knoc* development environment:
```fish ```fish
uv pip install -e ../$DNAME 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.