Re-add Install step with disclaimer

This commit is contained in:
Ronald Zielaznicki
2022-11-21 13:55:00 -05:00
committed by GitHub
parent 3e39de08b0
commit 959a42f364

View File

@@ -35,6 +35,12 @@ cd stardust-xr-server
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)
### Build system