Skip to content

Commit

Permalink
docs: fix deprecated command
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgomesdev committed Jan 14, 2024
1 parent 9a02011 commit 4ceebf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ with `--dart-define=RUSTY_DEBUG_SERVER_IP=your-ip`. (by default is 127.0.0.1)

## Build

Run `flutter pub run build_runner build` before the actual build, to run the code generators. (like
Run `dart run build_runner build` before the actual build, to run the code generators. (like
the JSON serializable objects)

### Note while debugging / developing
Expand Down

0 comments on commit 4ceebf1

Please sign in to comment.