From 04d381786367036bcabae055d698150ee7cfa24a Mon Sep 17 00:00:00 2001 From: Samuel Walker Date: Fri, 24 Nov 2023 14:07:09 -0500 Subject: [PATCH] docs(frontend): Add note for Linux users to instructions (#6284) Add a note for users on linux with chromium for building the frontend file --- frontend/README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/README.md b/frontend/README.md index 6e52daba..4a248bd5 100644 --- a/frontend/README.md +++ b/frontend/README.md @@ -41,6 +41,8 @@ flutter pub get 4. **Run the app:** ``` +#For chromium users on linux: +#export CHROME_EXECUTABLE=/usr/bin/chromium flutter run -d chrome --web-port 5000 ```