Skip to content

Commit

Permalink
Update instructions in licenses/README.md (flutter#34990)
Browse files Browse the repository at this point in the history
  • Loading branch information
goderbauer authored Jul 29, 2022
1 parent 47861b1 commit 81b4f02
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/licenses/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
```
Expand Down

0 comments on commit 81b4f02

Please sign in to comment.