Run the installer to get the latest build of the Rune CLI.
$ curl -fsSL https://rune.sh/install.sh | bashUse the Rune CLI to create a new project. Choose from the list of available templates.
$ rune new game --template hello-rust
Your Rune project is ready for action. Try rune docs
to see the entire runtime API.