diff --git a/README.md b/README.md index 6712401..5c8e3e9 100644 --- a/README.md +++ b/README.md @@ -23,4 +23,12 @@ Use `cargo gpu help` to see other options :) ### Next Steps -TODO(schell) - finish up the cargo-generate template repo and explain it here. +You can try this out using the example repo at . +Keep in mind is _not_ yet a cargo generate template, +it's just a normal repo. + +``` +git clone https://github.com/rust-GPU/shader-crate-template +cd shader-crate-template +cargo gpu build +```