fix: update executable commands in README to reflect project rename to starworld
This commit is contained in:
@@ -42,7 +42,7 @@ Test the rendering without connecting to an Overte server:
|
|||||||
```bash
|
```bash
|
||||||
export STARWORLD_SIMULATE=1
|
export STARWORLD_SIMULATE=1
|
||||||
export STARWORLD_BRIDGE_PATH=./bridge/target/release
|
export STARWORLD_BRIDGE_PATH=./bridge/target/release
|
||||||
./build/stardust-overte-client
|
./build/starworld
|
||||||
```
|
```
|
||||||
|
|
||||||
This creates three demo entities rendered as colored 3D models:
|
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
|
### Connect to Overte Server
|
||||||
```bash
|
```bash
|
||||||
export STARWORLD_BRIDGE_PATH=./bridge/target/release
|
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:
|
Or use domain discovery:
|
||||||
```bash
|
```bash
|
||||||
export STARWORLD_BRIDGE_PATH=./bridge/target/release
|
export STARWORLD_BRIDGE_PATH=./bridge/target/release
|
||||||
./build/stardust-overte-client --discover
|
./build/starworld --discover
|
||||||
```
|
```
|
||||||
|
|
||||||
## Architecture
|
## Architecture
|
||||||
|
|||||||
Reference in New Issue
Block a user