mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 06:40:06 -04:00
Rename sh/ folder to scripts/
This commit is contained in:
@@ -8,8 +8,8 @@ Run it locally with `cargo run --release -p egui_demo_app`.
|
||||
`egui_demo_app` can be compiled to WASM and viewed in a browser locally with:
|
||||
|
||||
```sh
|
||||
./sh/start_server.sh &
|
||||
./sh/build_demo_web.sh --open
|
||||
./scripts/start_server.sh &
|
||||
./scripts/build_demo_web.sh --open
|
||||
```
|
||||
|
||||
`egui_demo_app` uses [`egui_demo_lib`](https://github.com/emilk/egui/tree/master/crates/egui_demo_lib).
|
||||
|
||||
Reference in New Issue
Block a user