diff --git a/README.md b/README.md index 8866661..2ac2834 100644 --- a/README.md +++ b/README.md @@ -84,15 +84,23 @@ To get a local copy up and running follow these simple steps. ```sh git clone https://github.com/astubenbord/paperless-mobile.git ``` -2. Install the dependencies +2. Install the dependencies for paperless_api + ```sh + (cd packages/paperless_api ; flutter pub get) + ``` +3. Build generated files for paperless api (for json_serializable etc.) + ```sh + (cd packages/paperless_api ; flutter pub run build_runner build --delete-conflicting-outputs) + ``` +4. Install the dependencies for the app ```sh flutter pub get ``` -3. Build generated files (for json_serializable etc.) +5. Build generated files for the app (for json_serializable etc.) ```sh flutter packages pub run build_runner build --delete-conflicting-outputs ``` -4. Generate the localization files +6. Generate the localization files for the app ```sh flutter pub run intl_utils:generate ``` @@ -173,35 +181,6 @@ I do this in my free time, so if you like the project, consider buying me a coff [!["Buy Me A Coffee"](https://www.buymeacoffee.com/assets/img/custom_images/orange_img.png)](https://www.buymeacoffee.com/astubenbord) - - -## Screenshots -Here are some impressions from the app! - -#### Login Page - - -#### Documents Overview (List) - - -#### Documents Overview (Grid) - - -#### Document Filter/Search (More filters below!) - - -#### Document Details - - -#### Edit Document - - -#### Scan - - -#### Upload - - [contributors-shield]: https://img.shields.io/github/contributors/astubenbord/paperless-mobile.svg?style=for-the-badge