fix: update executable commands in README to reflect project rename to starworld

This commit is contained in:
MayaTheShy
2025-11-08 23:42:10 -05:00
parent d32edbc632
commit 951ab184e5

View File

@@ -42,7 +42,7 @@ Test the rendering without connecting to an Overte server:
```bash
export STARWORLD_SIMULATE=1
export STARWORLD_BRIDGE_PATH=./bridge/target/release
./build/stardust-overte-client
./build/starworld
```
This creates three demo entities rendered as colored 3D models:
@@ -53,13 +53,13 @@ This creates three demo entities rendered as colored 3D models:
### Connect to Overte Server
```bash
export STARWORLD_BRIDGE_PATH=./bridge/target/release
./build/stardust-overte-client ws://domain.example.com:40102
./build/starworld ws://domain.example.com:40102
```
Or use domain discovery:
```bash
export STARWORLD_BRIDGE_PATH=./bridge/target/release
./build/stardust-overte-client --discover
./build/starworld --discover
```
## Architecture