| Index: third_party/bin/README.md
|
| diff --git a/third_party/bin/README.md b/third_party/bin/README.md
|
| index 270b762313178a985756b4bedfe0efa454a96498..0d905bfc9ffd702eb1e297c1c887a58723cbce57 100644
|
| --- a/third_party/bin/README.md
|
| +++ b/third_party/bin/README.md
|
| @@ -92,8 +92,12 @@ arm-linux-gnueabihf-strip out/ReleaseXARM/dart
|
| ```
|
|
|
| The sha1 files need to be checked into the repository at
|
| - * `third_party/bin/{linux,mac}/...`
|
| - * `tools/testing/bin/{linux,mac}/...`
|
| + * `third_party/bin/linux/dart.sha1`
|
| + * `third_party/bin/linux/dart-arm.sha1`
|
| + * `third_party/bin/mac/dart.sha1`
|
| + * `tools/testing/bin/linux/dart.sha1`
|
| + * `tools/testing/bin/linux/dart-arm.sha1`
|
| + * `tools/testing/bin/mac/dart.sha1`
|
|
|
| It is highly recommended to test that everything worked, by
|
| * ensuring only sha1 files have been changed
|
|
|