From 130bcf0932c63e16ffd4f4a0649544bc7f0ec256 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20Gro=C3=9F?= Date: Fri, 13 Feb 2026 22:01:56 +0100 Subject: [PATCH] Clarify usage instructions in `PythonScripts/README.md` --- PythonScripts/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PythonScripts/README.md b/PythonScripts/README.md index 9eb6ed44..d7eeb969 100644 --- a/PythonScripts/README.md +++ b/PythonScripts/README.md @@ -2,7 +2,8 @@ Project management is done with [uv](https://docs.astral.sh/uv/). -For example, execute `uv run audit-translations de` to see the translation progress for the German language. +For example, execute `uv run audit-translations de` to see the translation progress for the German language, +when located in the `PythonScripts` folder, which is the recommended way. If you run from the repo root instead of inside `PythonScripts`, point uv at the project and make sure you've synced once: ```bash