From dd9451e8409f75957709fd5e9134908ed8c7641f Mon Sep 17 00:00:00 2001 From: Nick Sweeting Date: Thu, 14 Mar 2024 00:34:16 -0700 Subject: [PATCH] Updated Chromium Install (markdown) --- Chromium-Install.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Chromium-Install.md b/Chromium-Install.md index 605a571..794b238 100644 --- a/Chromium-Install.md +++ b/Chromium-Install.md @@ -27,7 +27,8 @@ playwright install --with-deps chromium ``` ### macOS -If you already have `/Applications/Chromium.app` (or `Google Chrome.app`), you don't need to run this. + +If you already have a Chrome app installed like `/Applications/Chromium.app`, you don't need to run this. ```bash brew install --cask chromium ```