From fe57e0dd1e40fa034cacae04bcb51590a20b0a5f Mon Sep 17 00:00:00 2001 From: Anton Stubenbord Date: Fri, 24 Feb 2023 14:30:33 +0100 Subject: [PATCH] fix: Update documentation --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 685ff8b..208c748 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ 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 @@ -108,7 +108,7 @@ If you want to manually install dependencies and build generated files, you can ``` 6. Generate the localization files for the app ```sh - flutter pub run intl_utils:generate + flutter gen-l10n ``` ### Build release version