From 62d95ad862b224f81277c0855a50c0cc3a9bde63 Mon Sep 17 00:00:00 2001 From: Manav Rathi Date: Wed, 27 Mar 2024 13:53:43 +0530 Subject: [PATCH] Mention pre-built binary in docs --- docs/docs/self-hosting/index.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs/docs/self-hosting/index.md b/docs/docs/self-hosting/index.md index 53db6ab29..c1ae7075e 100644 --- a/docs/docs/self-hosting/index.md +++ b/docs/docs/self-hosting/index.md @@ -24,6 +24,11 @@ cd ente/server docker compose up --build ``` +> [!TIP] +> +> You can also use a pre-built Docker image from `ghcr.io/ente-io/server` ([More +> info](https://github.com/ente-io/ente/blob/main/server/docs/docker.md)) + Then in a separate terminal, you can run (e.g) the web client ```sh @@ -42,7 +47,7 @@ For the mobile apps, you don't even need to build, and can install normal Ente apps and configure them to use your [custom self-hosted server](guides/custom-server/). -> If you want to build from source, see the instructions +> If you want to build the mobile apps from source, see the instructions > [here](guides/mobile-build). ## Next steps