Update README to indicate the app can now run on stable branch

This commit is contained in:
Shawn 2023-08-29 10:23:34 -06:00
parent ce767b7155
commit bb580d5d78

View File

@ -23,11 +23,11 @@ To try the app you can download it from your favorite app store:
If you're new to Flutter the first thing you'll need is to follow the [setup instructions](https://flutter.dev/docs/get-started/install).
Once Flutter is setup, you can use the latest `master` channel:
* `flutter channel master`
Once Flutter is setup, you can use the latest `stable` channel:
* `flutter channel stable`
* `flutter upgrade`
Once on `master` you're ready to run the app on your local device or simulator:
Once on `stable` you're ready to run the app on your local device or simulator:
* `flutter run -d ios`
* `flutter run -d android`