From f78066d4b9a83fc4b764b531a7a7e714c186e678 Mon Sep 17 00:00:00 2001 From: Ridvan Date: Thu, 6 Feb 2025 19:50:55 +0100 Subject: [PATCH] Update setup.md to include FVM dependency (#15927) --- docs/docs/developer/setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docs/developer/setup.md b/docs/docs/developer/setup.md index f341c3e9cb..eb84b598e2 100644 --- a/docs/docs/developer/setup.md +++ b/docs/docs/developer/setup.md @@ -76,7 +76,7 @@ To see local changes to `@immich/ui` in Immich, do the following: ### Mobile app -The mobile app `(/mobile)` will required Flutter toolchain 3.13.x to be installed on your system. +The mobile app `(/mobile)` will required Flutter toolchain 3.13.x and FVM to be installed on your system. Please refer to the [Flutter's official documentation](https://flutter.dev/docs/get-started/install) for more information on setting up the toolchain on your machine.