From af0fed4461a1168ded9cc6742d52958764ec9ff9 Mon Sep 17 00:00:00 2001 From: Charles Channon Date: Thu, 27 Mar 2025 19:07:50 -0400 Subject: [PATCH] Update README.md added a . to the install command accessing bin because it needs to go up a lvl to get to bin --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 9fc21c719..619695e57 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ cd PowerApps-TestEngine\src dotnet build # Install browsers required by Playwright -.\bin\Debug\PowerAppsTestEngine\playwright.ps1 install +..\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.