From 51e8dff7a7fbc7e5d14967a65483f7c7753b9b83 Mon Sep 17 00:00:00 2001 From: Jeppe Fihl-Pearson Date: Sat, 15 Jun 2024 22:54:04 +0100 Subject: [PATCH] Prefix `./generate-usage.sh` in README file with `poetry run` Not everybody have a dev setup where Poetry's virtual environment is added to PATH. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2dbb6b2..1ebe06c 100644 --- a/README.md +++ b/README.md @@ -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`.