aboutsummaryrefslogtreecommitdiff
path: root/frontend/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/README.md')
-rw-r--r--frontend/README.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/frontend/README.md b/frontend/README.md
index 6e52dabaf..4a248bd55 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
```