Remove install step for stardust-xr #2
@@ -36,8 +36,9 @@ cargo build
|
||||
```
|
||||
|
||||
### Install
|
||||
(this step isn't required. Using `cargo run` while developing is just fine)
|
||||
```bash
|
||||
cargo install
|
||||
cargo install --path .
|
||||
```
|
||||
|
||||
## [Flatland](https://github.com/StardustXR/flatland) (Simple simula-like panel UI client for 2D app interaction)
|
||||
|
||||
@@ -4,7 +4,7 @@ sidebar_position: 4
|
||||
|
||||
# Starting
|
||||
|
||||
First, try running `stardust-xr-server` in a terminal window. If a headset is plugged in and OpenXR is working no window will show up. However, the headset should show the same things as the window that opens:
|
||||
First, try running `cargo run` in a terminal window. If a headset is plugged in and OpenXR is working no window will show up. However, the headset should show the same things as the window that opens:
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user