Skip to content

Commit

Permalink
ff-app updated the read me file
Browse files Browse the repository at this point in the history
  • Loading branch information
bulgariamitko committed Apr 6, 2024
1 parent d9b9fba commit d66e553
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Linux App (unofficial)/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ chmod +x ff-run.sh

## Usage

To use the tool, open a terminal in the directory containing ff-run.sh and follow these instructions:
To use this tool, open a terminal in the directory containing `ff-linux.sh` and follow these instructions:

- **First Run**: If you are running the app for the first time or if the app is not currently running on your phone, execute the script with the `false` flag. Replace `[PROJECT-ID]` with your actual FlutterFlow project ID.
- **First Run**: If you are running the app for the first time, or if the app is not currently running on your device, use the `false` flag. Replace `[PROJECT-ID]` with your actual FlutterFlow project ID and `[DEVICE-ID]` with the IP and port of your device.
```bash
./ff-run.sh [PROJECT-ID] false
./ff-run.sh [DEVICE-ID] [PROJECT-ID] false
```
This command will export the project from FlutterFlow, install it on your connected device, and launch the app.

- **Subsequent Runs**: If your app is already running on your phone and you want to update the code without restarting the app, use the `true` flag. This tells the script that `flutter run` is already executing, and it will only export and update the code without re-launching the app.
```bash
./ff-run.sh [PROJECT-ID] true
./ff-run.sh [DEVICE-ID] [PROJECT-ID] true
```
Please note that this tool is in its alpha stage and is unofficial. Feedback and contributions are welcome to improve its functionality and coverage.

0 comments on commit d66e553

Please sign in to comment.