Skip to content

Commit

Permalink
Update README.md (#421)
Browse files Browse the repository at this point in the history
`flutter pub run grinder:init` is currently deprecated and suggested to use `dart run` instead for init.
  • Loading branch information
masa-tokyo authored Oct 2, 2024
1 parent 02fc454 commit dc67e40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Tasks are defined entirely by Dart code allowing you to take advantage of
the whole Dart ecosystem to write and debug them. Task definitions reside
in a `tool/grind.dart` script. To create a simple grinder script, run:

pub run grinder:init
dart run grinder:init

In general, grinder scripts look something like this:

Expand Down

0 comments on commit dc67e40

Please sign in to comment.