From bb580d5d78137917b4d963e655895685baeebad2 Mon Sep 17 00:00:00 2001 From: Shawn Date: Tue, 29 Aug 2023 10:23:34 -0600 Subject: [PATCH] Update README to indicate the app can now run on stable branch --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d815bcc5..63b1020d 100644 --- a/README.md +++ b/README.md @@ -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`