Update TRUSTED_TESTERS.md

Move note about Flutter being needed higher up.
This commit is contained in:
Eric Seidel
2023-03-23 20:44:39 -07:00
committed by GitHub
parent 0da3e5d1b0
commit c91b8f5ff5
+7 -5
View File
@@ -80,7 +80,13 @@ These instructions assume you already have Flutter installed on the machine
and `flutter` and `dart` in your path:
https://docs.flutter.dev/get-started/install
The first thing you'll want to do is install the `shorebird` command-line tool.
Shorebird also currently only works with the latest Flutter stable version:
```
flutter channel stable
flutter upgrade
```
Once you have Flutter installed, the next is to install the `shorebird` command-line tool.
```bash
# Clone the Shorebird repo
@@ -100,10 +106,6 @@ to your .zshrc file.
More information: https://github.com/shorebirdtech/install/blob/main/README.md
Currently we assume you have `flutter` installed and working. We also require
that `flutter` be set to the latest stable channel. The `shorebird` tool should
enforce this (and show errors if your `flutter` is not set up as expected).
## Using Shorebird code push