diff --git a/docs/src/contents/01.getting-started/02.Installation.mdx b/docs/src/contents/01.getting-started/02.Installation.mdx index d41d27e3e..70411b718 100644 --- a/docs/src/contents/01.getting-started/02.Installation.mdx +++ b/docs/src/contents/01.getting-started/02.Installation.mdx @@ -64,6 +64,13 @@ Docker is the easiest way to get LifeForge up and running. It handles all depend 3. Edit `env/.env.docker` and set the required variables. Docker will use this file for configuration: + ```bash + nano env/.env.docker + # Or if you prefer vim: + vim env/.env.docker + # Or if you prefer a GUI editor such as VSCode: + code env/.env.docker + ``` ```bash PB_EMAIL=your-email@example.com # Admin email PB_PASSWORD=your-secure-password # Admin password (min 8 chars)