From ad389f2973a6eced0c19c84e51de1ef9fda283ae Mon Sep 17 00:00:00 2001 From: Akbar Abdrakhmanov Date: Tue, 26 Sep 2023 13:03:02 +0600 Subject: [PATCH] add to README steps to fix Chromium related error on Mac machines when running dotrun --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 2eca63d3c0e..dbaced4f1f3 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,12 @@ Once it's installed, run the project with: dotrun ``` +For Mac users, in case running `dotrun` returns an error related to Chromium, add the following line to your local `.env.local` file (create one if you don't have it): + +``` +PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true +``` + Once the server has started, you can visit in your browser. # Deploy