docs: Fix incorrect git URL for naga-cli installation (#5457)

This commit is contained in:
Thomas Bork 2024-04-02 04:54:27 -06:00 committed by GitHub
parent e30e300436
commit dc7cbe6e8b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.