From 4c5535be4ef134f5f532b7215ebe0c30a45d4d3c Mon Sep 17 00:00:00 2001 From: realize000 <93773959+realize000@users.noreply.github.com> Date: Tue, 18 Aug 2026 16:50:58 +0300 Subject: [PATCH] Update SETUP_GUIDE.md (#10490) * Update SETUP_GUIDE.md * docs: correct Windows data directory note Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> --------- Co-authored-by: diegosouzapw <8016841+diegosouzapw@users.noreply.github.com> --- docs/guides/SETUP_GUIDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/guides/SETUP_GUIDE.md b/docs/guides/SETUP_GUIDE.md index fdd622c1ec..68bf2e8e90 100644 --- a/docs/guides/SETUP_GUIDE.md +++ b/docs/guides/SETUP_GUIDE.md @@ -56,6 +56,8 @@ npm install PORT=20128 DASHBOARD_PORT=20129 NEXT_PUBLIC_BASE_URL=http://localhost:20129 npm run dev ``` +> **Windows note:** By default, OmniRoute uses `%APPDATA%\omniroute` when the legacy `%USERPROFILE%\.omniroute` directory is not present. Set `DATA_DIR` to choose a different data-directory location. + > **Note:** `npm install` auto-generates `.env` from `.env.example` on first run. Subsequent installs will not overwrite an existing `.env`, so customizations are preserved. To re-seed, delete `.env` before re-running. ### Docker