docs: update client build command references in authentication documentation
This commit is contained in:
@@ -72,13 +72,13 @@ This will prompt you for username and password.
|
|||||||
|
|
||||||
### Method 2: Environment Variables
|
### Method 2: Environment Variables
|
||||||
```bash
|
```bash
|
||||||
OVERTE_USERNAME="your_username" ./build/stardust-overte-client
|
OVERTE_USERNAME="your_username" ./build/starworld
|
||||||
```
|
```
|
||||||
|
|
||||||
### Method 3: Export Variables
|
### Method 3: Export Variables
|
||||||
```bash
|
```bash
|
||||||
export OVERTE_USERNAME="your_username"
|
export OVERTE_USERNAME="your_username"
|
||||||
./build/stardust-overte-client
|
./build/starworld
|
||||||
```
|
```
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
@@ -111,7 +111,7 @@ sudo ss -ulnp | grep domain-server
|
|||||||
### Test with Simulation Mode
|
### Test with Simulation Mode
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
STARWORLD_SIMULATE=1 ./build/stardust-overte-client
|
STARWORLD_SIMULATE=1 ./build/starworld
|
||||||
```
|
```
|
||||||
|
|
||||||
## Protocol Implementation Status
|
## Protocol Implementation Status
|
||||||
|
|||||||
Reference in New Issue
Block a user