Skip to content

Commit 74d1255

Browse files
committed
doc: Tweak quick-start instructions in README
Various small style tweaks, and mention running from the IDE as an alternative to `flutter run`.
1 parent cc7824e commit 74d1255

File tree

1 file changed

+10
-6
lines changed

1 file changed

+10
-6
lines changed

README.md

Lines changed: 10 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,16 @@ To use Zulip on iOS or Android, install the [official mobile Zulip client][].
1414

1515
## Getting started in developing this prototype
1616

17+
### Setting up
18+
19+
1. Follow the [Flutter installation guide](https://docs.flutter.dev/get-started/install)
20+
for your platform of choice.
21+
2. Switch to the latest version of Flutter by running `flutter channel main`
22+
and `flutter upgrade` (see [Dependencies](#dependencies) below).
23+
3. Ensure Flutter is correctly configured by running `flutter doctor`.
24+
4. Start the app with `flutter run`, or from your IDE.
25+
26+
1727
### Flutter help
1828

1929
A few resources to get you started if this is your first Flutter project:
@@ -25,12 +35,6 @@ For help getting started with Flutter development, view the
2535
[online documentation](https://docs.flutter.dev/), which offers tutorials,
2636
samples, guidance on mobile development, and a full API reference.
2737

28-
### App Setup
29-
30-
1. Follow the [Flutter installation guide](https://docs.flutter.dev/get-started/install) for your platform of choice
31-
2. Pin to the latest version of Flutter by running `flutter channel main` and `flutter upgrade` (see [Dependencies](#dependencies) below)
32-
3. Ensure Flutter is correctly configured by running `flutter doctor`
33-
4. Start the app with `flutter run`
3438

3539
### Dependencies
3640

0 commit comments

Comments
 (0)