Fix documentation

This commit is contained in:
Maximilian Ammann 2022-04-24 12:09:00 +02:00
parent 66ffdfdd02
commit 8a1fa88dc9
3 changed files with 3 additions and 3 deletions

View File

@ -14,4 +14,4 @@ runs:
run: sudo apt-get install -y libwayland-dev libxkbcommon-dev # Required for winit
- name: Check
shell: bash
run: just check maplibre-benchmarks x86_64-unknown-linux-gnu
run: just check benchmarks x86_64-unknown-linux-gnu

View File

@ -113,7 +113,7 @@ cargo build
After that, you can run it on your desktop:
```bash
cargo run --example desktop --
cargo run -p maplibre-demo
```
More information about building for different platforms can be

View File

@ -5,7 +5,7 @@
The setup normal desktop is very simple. You just have to run the following:
```bash
cargo run --example desktop --
cargo run -p maplibre-demo
```
## Android