From 3b7ea33143a4b3aee59e9bf5639beaa91f69fa91 Mon Sep 17 00:00:00 2001 From: David Edler Date: Wed, 11 Mar 2026 12:10:28 +0100 Subject: [PATCH] Update installation instructions for admin account creation Signed-off-by: David Edler --- docs/setup/installation.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/setup/installation.md b/docs/setup/installation.md index 6608ee3..0ba36d9 100644 --- a/docs/setup/installation.md +++ b/docs/setup/installation.md @@ -24,7 +24,7 @@ You can use a reverse proxy like [Caddy](https://caddyserver.com/) or [NGINX](ht 2. Edit the `.env` file so that it fits your needs. See the [environment variables](/docs/configuration/environment-variables) section for more information. 3. Run `docker compose up -d` -You can now sign in with the admin account on `https:///setup`. +Create an admin account on `https:///setup`. ### Stand-alone Installation @@ -60,7 +60,7 @@ You can now sign in with the admin account on `https:///setup`. ./pocket-id ``` -You can now sign in with the admin account on `https:///setup`. +Create an admin account on `https:///setup`. ## Offline usage @@ -147,4 +147,4 @@ Required tools: ./pocket-id ``` -You can now sign in with the admin account on `https:///setup`. +Create an admin account on `https:///setup`.