From 327521fa279704b14e11044c2d214fed5d571aa3 Mon Sep 17 00:00:00 2001 From: Adam Gastineau Date: Wed, 17 Jun 2026 07:22:45 -0700 Subject: [PATCH] docs(mobile): point users towards shared setup docs (#29078) --- mobile/README.md | 15 +-------------- 1 file changed, 1 insertion(+), 14 deletions(-) diff --git a/mobile/README.md b/mobile/README.md index 1f0860ced6..4115891e99 100644 --- a/mobile/README.md +++ b/mobile/README.md @@ -4,20 +4,7 @@ The Immich mobile app is a Flutter-based solution leveraging the Isar Database f ## Setup -1. [Install mise](https://mise.jdx.dev/installing-mise.html). -2. Change to the immich directory and trust the mise config with `mise trust`. -3. Install tools with mise: `mise install`. -4. Run `flutter pub get` to install the dependencies. -5. Run `make translation` to generate the translation file. -6. Run `flutter run` to start the app. - -## Translation - -To add a new translation text, enter the key-value pair in the `i18n/en.json` in the root of the immich project. Then, from the `mobile/` directory, run - -```bash -make translation -``` +See [setup](https://docs.immich.app/developer/setup) for how to set up the mobile build environment. ## Static Analysis