From 7c15823e38ddc75dc556b14e63f84abef4027b86 Mon Sep 17 00:00:00 2001 From: Karishma Date: Fri, 28 Mar 2025 21:04:20 +0530 Subject: [PATCH] feat: install system deps only for chromium --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index acf54028..c7ee47db 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ cd .. # make sure playwright is properly initialized npx playwright install chromium -npx playwright install-deps +npx playwright install-deps chromium # get back to the root directory cd ..