From 0b66170c27c076aeda40b88b1d8b2093eb9e6151 Mon Sep 17 00:00:00 2001 From: MayaTheShy Date: Sun, 9 Nov 2025 00:10:51 -0500 Subject: [PATCH] docs: update client build command references in authentication documentation --- OVERTE_AUTH.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/OVERTE_AUTH.md b/OVERTE_AUTH.md index 8844868..6e829c5 100644 --- a/OVERTE_AUTH.md +++ b/OVERTE_AUTH.md @@ -72,13 +72,13 @@ This will prompt you for username and password. ### Method 2: Environment Variables ```bash -OVERTE_USERNAME="your_username" ./build/stardust-overte-client +OVERTE_USERNAME="your_username" ./build/starworld ``` ### Method 3: Export Variables ```bash export OVERTE_USERNAME="your_username" -./build/stardust-overte-client +./build/starworld ``` ## Configuration @@ -111,7 +111,7 @@ sudo ss -ulnp | grep domain-server ### Test with Simulation Mode ```bash -STARWORLD_SIMULATE=1 ./build/stardust-overte-client +STARWORLD_SIMULATE=1 ./build/starworld ``` ## Protocol Implementation Status