Update README.md (#28734)

@xster
This commit is contained in:
Dan Field 2019-03-01 14:43:57 -08:00 committed by GitHub
parent 2a046aa42e
commit c704d42897
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,8 +48,7 @@ To run prepare_package.dart locally:
- Make sure the depot_tools is in your PATH. If you're on Windows, you also need
an environment variable called DEPOT_TOOLS with the path to depot_tools as value.
- Run `gsutil.py config` (or `python %DEPOT_TOOLS%\gsutil.py` on Windows) to
authenticate with your auth token. When asked, the GCP project ID is
`turquoise-dev`.
authenticate with your auth token.
- Create a local temp directory. `cd` into it.
- Run `dart [path to your normal Flutter repo]/dev/bots/prepare_package.dart
--temp_dir=. --revision=[revision to package] --branch=[branch to deploy to]