diff --git a/README.md b/README.md index e1a2e6a..67925a9 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,9 @@ Run the checks: ```powershell npm test npm run lint -.\.venv\Scripts\python.exe -m pytest backend\tests -q +Push-Location backend +& ..\.venv\Scripts\python.exe -m pytest tests -q +Pop-Location docker compose config ```