From a903898781e1ab4ae3dabb999e9f8358325a70c1 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Sun, 14 Apr 2024 15:12:33 -0700 Subject: [PATCH] docs: note that uploads are disabled on demo app (#8786) --- 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 6b1177fbc9..b80f11300c 100644 --- a/docs/docs/developer/setup.md +++ b/docs/docs/developer/setup.md @@ -66,7 +66,7 @@ The mobile app `(/mobile)` will required Flutter toolchain 3.13.x to be installe 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. -The mobile app asks you what backend to connect to. You can utilize the demo backend (https://demo.immich.app/) if you don't need to change server code or can run the server yourself per the instructions above. +The mobile app asks you what backend to connect to. You can utilize the demo backend (https://demo.immich.app/) if you don't need to change server code or upload photos. Alternatively, you can run the server yourself per the instructions above. ## IDE setup