diff --git a/README.md b/README.md index f4e4175..515ea58 100644 --- a/README.md +++ b/README.md @@ -26,12 +26,26 @@ were modified. ### Installation -Install using your favourite package manager +Install using your favourite package manager e.g. ```bash pip install copyright2 ``` +```bash +poetry install copyright2 +``` + +or, if using as an application only, install in isolation e.g. + +```bash +pipx install copyright2 +```` + +```bash +uv tool install copyright2 +``` + ### Usage #### Configuration