Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit ec4f4d8

Browse files
authored
Update README.md
1 parent ec7c8ba commit ec4f4d8

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,15 +22,10 @@ https://flutter.gskinner.com/folio/#g-download
2222

2323
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).
2424

25-
Once Flutter is setup, you can use the latest `stable` channel, or switch to the latest `master` version to get the most current fixes for desktop/web:
26-
* Run `flutter channel master`
25+
Once Flutter is setup, you can use the latest `stable` channel:
26+
* Run `flutter channel stable`
2727
* Run `flutter upgrade`
2828

29-
If you've never run a desktop build before, you will need to enable it with a one-time command for your current platform:
30-
* `flutter config --enable-macos-desktop`
31-
* `flutter config --enable-windows-desktop`
32-
* `flutter config --enable-linux-desktop`
33-
3429
Once you're on `dev` and desktop is enabled, you're ready to run the app:
3530
* `flutter run -d windows`
3631
* `flutter run -d macos`

0 commit comments

Comments
 (0)