diff --git a/README.md b/README.md index 5f7bcf5be..b90334464 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ cd PowerApps-TestEngine\src\PowerAppsTestEngine # Build dotnet build -# Install browsers required by Playwright - replace with actual output folder name, eg. net6.0. -.\bin\Debug\\playwright.ps1 install +# Install browsers required by Playwright +.\bin\Debug\PowerAppsTestEngine\playwright.ps1 install ``` If you face trouble running dotnet build try [Clean locally](https://github.com/microsoft/PowerApps-TestEngine#clean-locally) first.