Skip to content

Commit

Permalink
Update command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
bizz84 committed Apr 11, 2024
1 parent f711c33 commit 1af87cf
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 @@ -62,7 +62,7 @@ TMDB_KEY=your-api-key
Then, run the code generator:

```
flutter pub run build_runner build --delete-conflicting-outputs
dart pub run build_runner build -d
```

This will generate a `env.g.dart` file inside `lib/env`. This contains the `tmdbApiKey` that is used when making requests to the TMDB API.
Expand Down

0 comments on commit 1af87cf

Please sign in to comment.