Skip to content

Commit

Permalink
docs(frontend): Add note for Linux users to instructions (Significant…
Browse files Browse the repository at this point in the history
…-Gravitas#6284)

Add a note for users on linux with chromium for building the frontend file
  • Loading branch information
sfxworks authored Nov 24, 2023
1 parent 9250376 commit 04d3817
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
```

Expand Down

0 comments on commit 04d3817

Please sign in to comment.