From 9b6006cafc16ddffe0a368dfb9a37e9fedd519db Mon Sep 17 00:00:00 2001 From: Karishma Date: Fri, 28 Mar 2025 21:08:09 +0530 Subject: [PATCH] feat: use single command --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 97a8e9c9..ac1a09ca 100644 --- a/README.md +++ b/README.md @@ -65,8 +65,7 @@ npm install cd .. # install chromium and its dependencies -npx playwright install chromium -npx playwright install-deps chromium +npx playwright install --with-deps chromium # get back to the root directory cd ..