Skip to content

Commit 40057c7

Browse files
committed
readme: revert when cargo gpu new is done
1 parent cfe586a commit 40057c7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ cargo gpu clippy
2626

2727
To create an example project from our [templates](https://github.com/Rust-GPU/rust-gpu-template), use the command below:
2828
```
29-
cargo gpu new
29+
cargo install cargo-generate
30+
cargo generate --git https://github.com/Rust-GPU/rust-gpu-template
3031
# choose any template you want, then select cargo-gpu cmdline integration
3132
# you may have to adjust the crate name
3233
cargo gpu build -p mygraphics-shaders

0 commit comments

Comments
 (0)