mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-11 23:10:36 -06:00
fix: Update documentation
This commit is contained in:
@@ -100,7 +100,7 @@ If you want to manually install dependencies and build generated files, you can
|
|||||||
#### Inside the project's root folder
|
#### Inside the project's root folder
|
||||||
4. Install the dependencies for the app
|
4. Install the dependencies for the app
|
||||||
```sh
|
```sh
|
||||||
flutter pub get
|
flutter packages pub get
|
||||||
```
|
```
|
||||||
5. Build generated files for the app
|
5. Build generated files for the app
|
||||||
```sh
|
```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
|
6. Generate the localization files for the app
|
||||||
```sh
|
```sh
|
||||||
flutter pub run intl_utils:generate
|
flutter gen-l10n
|
||||||
```
|
```
|
||||||
|
|
||||||
### Build release version
|
### Build release version
|
||||||
|
|||||||
Reference in New Issue
Block a user