From dc7cbe6e8b0160f0b4759ff7f705cb8bbcadb218 Mon Sep 17 00:00:00 2001 From: Thomas Bork Date: Tue, 2 Apr 2024 04:54:27 -0600 Subject: [PATCH] docs: Fix incorrect git URL for naga-cli installation (#5457) --- naga/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/naga/README.md b/naga/README.md index b38f18d3b3..0e07d40496 100644 --- a/naga/README.md +++ b/naga/README.md @@ -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.