aboutsummaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
authorGravatar Samuel Walker <sfxworks@gmail.com> 2023-11-24 14:07:09 -0500
committerGravatar GitHub <noreply@github.com> 2023-11-24 20:07:09 +0100
commit04d381786367036bcabae055d698150ee7cfa24a (patch)
treefc418432fa49b4236deb981f8a0c02b1e3063eff /frontend
parentrefactor: Improve warning/error output in project CLI (diff)
downloadAuto-GPT-04d381786367036bcabae055d698150ee7cfa24a.tar.gz
Auto-GPT-04d381786367036bcabae055d698150ee7cfa24a.tar.bz2
Auto-GPT-04d381786367036bcabae055d698150ee7cfa24a.zip
docs(frontend): Add note for Linux users to instructions (#6284)
Add a note for users on linux with chromium for building the frontend file
Diffstat (limited to 'frontend')
-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
```