Re-add Install step with disclaimer
This commit is contained in:
committed by
GitHub
parent
3e39de08b0
commit
959a42f364
@@ -35,6 +35,12 @@ cd stardust-xr-server
|
|||||||
cargo build
|
cargo build
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Install
|
||||||
|
(this step isn't required. Using `cargo run` while developing is just fine)
|
||||||
|
```bash
|
||||||
|
cargo install --path .
|
||||||
|
```
|
||||||
|
|
||||||
## [Flatland](https://github.com/StardustXR/flatland) (Simple simula-like panel UI client for 2D app interaction)
|
## [Flatland](https://github.com/StardustXR/flatland) (Simple simula-like panel UI client for 2D app interaction)
|
||||||
|
|
||||||
### Build system
|
### Build system
|
||||||
|
|||||||
Reference in New Issue
Block a user