From 1ae40845ca67ac127b9fc67dcc8446e008f4cde5 Mon Sep 17 00:00:00 2001 From: Yaros Date: Tue, 3 Feb 2026 10:44:31 +0100 Subject: [PATCH] docs: update mobile setup to mise --- docs/docs/developer/setup.md | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/docs/docs/developer/setup.md b/docs/docs/developer/setup.md index 8262d6a0d0..4bbf71dd89 100644 --- a/docs/docs/developer/setup.md +++ b/docs/docs/developer/setup.md @@ -90,10 +90,13 @@ To see local changes to `@immich/ui` in Immich, do the following: #### Setup -1. Setup Flutter toolchain using FVM. -2. Run `flutter pub get` to install the dependencies. -3. Run `make translation` to generate the translation file. -4. Run `fvm flutter run` to start the app. +1. [Install mise](https://mise.jdx.dev/installing-mise.html). +2. Change to the immich (root) directory and trust the mise config with `mise trust`. +3. Install tools with mise: `mise install`. +4. Change to the `mobile/` directory. +5. Run `flutter pub get` to install the dependencies. +6. Run `make translation` to generate the translation file. +7. Run `flutter run` to start the app. #### Translation