docs(frontend): Add note for Linux users to instructions (#6284)

Add a note for users on linux with chromium for building the frontend file
This commit is contained in:
Samuel Walker
2023-11-24 14:07:09 -05:00
committed by GitHub
parent 9250376ec2
commit 04d3817863

View File

@@ -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
```