| Index: README.md
|
| diff --git a/README.md b/README.md
|
| index 396ffe98c402f0e0e82a513aae6f6e45cc4960c5..a33047ac5b84a0e91a7f27941dad4c0aa2736fc7 100644
|
| --- a/README.md
|
| +++ b/README.md
|
| @@ -2,8 +2,6 @@ Repository for building the [googleapis] and [googleapis_beta] packages.
|
|
|
| **Workflow:**
|
|
|
| -- Update `pubspec.yaml` with new commit hash from the generator.
|
| -
|
| - Run `pub upgrade` in this directory:
|
|
|
| $ rm -rf .pub
|
| @@ -11,7 +9,7 @@ Repository for building the [googleapis] and [googleapis_beta] packages.
|
|
|
| - Download & generate APIs using the `config.yaml` configuration:
|
|
|
| - $ pub run discovery_api_client_generator:generate run_config
|
| + $ dart bin/generate.dart run_config
|
|
|
| - Diff with previous APIs and determine whether to do minor or major version
|
| update. Update CHANGELOG.md files in resources/.
|
|
|