Skip to content

Commit 4c7a4ac

Browse files
committed
Update example instructions in README.md
1 parent 842b931 commit 4c7a4ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,12 @@ To run an example, simply use `cargo run` and specify the backend with `--featur
3636

3737
```bash
3838
git clone https://github.com/gfx-rs/gfx
39-
cd gfx/examples/hal
39+
cd gfx/examples
40+
# macOS
41+
cargo run --bin quad --features metal
42+
# vulkan
4043
cargo run --bin quad --features vulkan
44+
# Windows
4145
cargo run --bin compute --features dx12 1 2 3 4
4246
```
4347

0 commit comments

Comments
 (0)