From e65e152d444ead3ae1ea1a448550e03338e3c776 Mon Sep 17 00:00:00 2001 From: Anton Stubenbord <79228196+astubenbord@users.noreply.github.com> Date: Fri, 10 Feb 2023 09:54:30 +0100 Subject: [PATCH] Remove screenshots, update build instructions --- README.md | 43 +++++++++++-------------------------------- 1 file changed, 11 insertions(+), 32 deletions(-) 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