From c586bab84e31e71679995e75d495c60d9cb9dfc1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?N=C3=A9stor=20D=C3=ADaz=20Valencia?= Date: Sat, 22 Nov 2025 09:49:44 +0100 Subject: [PATCH] Update README with Bichon command requirements Added information about requirements for --bichon-root-dir and --bichon-cors-origins arguments when binary deploying. --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 51cfe36..b47936c 100644 --- a/README.md +++ b/README.md @@ -167,6 +167,10 @@ Extract and run: .\bichon.exe --bichon-root-dir e:\bichon-data ``` +* --bichon-root-dir argument is required and must be an absolute path. + +* If you are accessing Bichon from a proxy domain **mydomain** argument --bichon-cors-origins="https://mydomain" is required. + ## 🔑 Root User Login Information **Bichon currently supports a single Root user login for system access and management.**