Update README

This commit is contained in:
2025-11-16 01:15:08 -06:00
parent f3d0da08a2
commit 8d723a8944

View File

@@ -120,10 +120,10 @@ poetry run flet build linux
Using UV: Using UV:
```bash ```bash
uv run flet build android uv run flet build apk
``` ```
Using Poetry: Using Poetry:
```bash ```bash
poetry run flet build android poetry run flet build apk
``` ```