mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-22 14:55:05 +00:00
docs: Fix incorrect git URL for naga-cli installation (#5457)
This commit is contained in:
parent
e30e300436
commit
dc7cbe6e8b
@ -42,7 +42,7 @@ First, install `naga-cli` from crates.io or directly from GitHub.
|
|||||||
cargo install naga-cli
|
cargo install naga-cli
|
||||||
|
|
||||||
# development version
|
# development version
|
||||||
cargo install naga-cli --git https://github.com/gfx-rs/naga.git
|
cargo install naga-cli --git https://github.com/gfx-rs/wgpu.git
|
||||||
```
|
```
|
||||||
|
|
||||||
Then, you can run `naga` command.
|
Then, you can run `naga` command.
|
||||||
|
Loading…
Reference in New Issue
Block a user