Update instructions in licenses/README.md (flutter/engine#34990)

This commit is contained in:
Michael Goderbauer 2022-07-28 23:11:04 -07:00 committed by GitHub
parent 6fc21c40d7
commit c41feb31be

View File

@ -27,7 +27,7 @@ To update the goldens, make sure you've rebased your branch to the
latest upstream main and then run the following in this directory:
```
pub get
dart pub get
gclient sync -D
rm -rf ../../../out/licenses
dart lib/main.dart --src ../../.. --out ../../../out/licenses --golden ../../ci/licenses_golden
@ -58,7 +58,7 @@ time the golden file changes in a way that involves changes to
anything other than the `FILE` lines. To update this file, run:
```
pub get
dart pub get
gclient sync
dart lib/main.dart --release --src ../../.. --out ../../../out/licenses > ../../sky/packages/sky_engine/LICENSE
```