Skip to content

Commit

Permalink
Added Tip and Note for clarity
Browse files Browse the repository at this point in the history
  • Loading branch information
yashrajbharti authored Nov 24, 2024
1 parent c1a0929 commit 19d6087
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,8 @@ $ flutter doctor

* After this, we run our app by using the following command:

> ❗ Remember that you must have a tablet device connected or an android tablet emulator running in order to run the app.
> [!TIP]
> Remember that you must have a tablet device connected or an android tablet emulator running in order to run the app.
```bash
$ flutter run
Expand All @@ -140,8 +141,8 @@ $ flutter run
```bash
$ flutter build apk
```

> Once done, the APK file may be found into the `/build/app/outputs/flutter-apk/` directory, named `app-release.apk`.
> [!NOTE]
> Once done, the APK file may be found into the `/build/app/outputs/flutter-apk/` directory, named `app-release.apk`.
* Finally setup the connection with the Liquid Galaxy in the same way as we did previously.

Expand Down

0 comments on commit 19d6087

Please sign in to comment.