Skip to content

Commit

Permalink
fix: Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
astubenbord committed Feb 24, 2023
1 parent 09e451f commit df792d6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,15 @@ If you want to manually install dependencies and build generated files, you can
#### Inside the project's root folder
4. Install the dependencies for the app
```sh
flutter pub get
flutter packages pub get
```
5. Build generated files for the app
```sh
flutter packages pub run build_runner build --delete-conflicting-outputs
```
6. Generate the localization files for the app
```sh
flutter pub run intl_utils:generate
flutter gen-l10n
```

### Build release version
Expand Down

0 comments on commit df792d6

Please sign in to comment.