Skip to content

Commit

Permalink
docs: Fix incorrect git URL for naga-cli installation (#5457)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudoBash418 authored Apr 2, 2024
1 parent e30e300 commit dc7cbe6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion naga/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ First, install `naga-cli` from crates.io or directly from GitHub.
cargo install naga-cli

# 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.
Expand Down

0 comments on commit dc7cbe6

Please sign in to comment.