Skip to content

Commit

Permalink
Prefix ./generate-usage.sh in README file with poetry run
Browse files Browse the repository at this point in the history
Not everybody have a dev setup where Poetry's virtual environment is added to
PATH.
  • Loading branch information
Tenzer committed Jun 15, 2024
1 parent 80f015a commit 51e8dff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,4 +47,4 @@ Tests are run for each of the supported Python versions in CI.

[pre-commit](https://pre-commit.com/) used to run Ruff for linting and formatting.

`usage.md` is updated via `./generate-usage.sh`.
`usage.md` is updated via `poetry run ./generate-usage.sh`.

0 comments on commit 51e8dff

Please sign in to comment.