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