Skip to content

Commit 76f6f57

Browse files
authored
Update README.md with workspace install path, new template crate (#60)
1 parent 2fb1557 commit 76f6f57

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Command line tool for building Rust shaders using rust-gpu.
99
To install the tool ensure you have `rustup`. Then run:
1010

1111
```
12-
cargo install --git https://github.com/rust-gpu/cargo-gpu
12+
cargo install --git https://github.com/rust-gpu/cargo-gpu cargo-gpu
1313
```
1414

1515
After that you can use `cargo gpu` to compile your shader crates with:
@@ -25,13 +25,13 @@ Use `cargo gpu help` to see other options :)
2525

2626
### Next Steps
2727

28-
You can try this out using the example repo at <https://github.com/rust-GPU/shader-crate-template>.
29-
Keep in mind <https://github.com/rust-GPU/shader-crate-template> is _not_ yet a cargo generate template,
28+
You can try this out using the example repo at <https://github.com/rust-GPU/cargo-gpu/crates/shader-crate-template>.
29+
Keep in mind <https://github.com/rust-GPU/cargo-gpu/crates/shader-crate-template> is _not_ yet a cargo generate template,
3030
it's just a normal repo.
3131

3232
```
33-
git clone https://github.com/rust-GPU/shader-crate-template
34-
cd shader-crate-template
33+
git clone https://github.com/rust-GPU/cargo-gpu
34+
cd cargo-gpu/crates/shader-crate-template
3535
cargo gpu build
3636
```
3737

0 commit comments

Comments
 (0)