Skip to content

Commit 45416c0

Browse files
author
toasteater
authored
Merge pull request #17 from macalimlim/template-instructions
add template instructions
2 parents bd4a643 + ce8f1ec commit 45416c0

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

src/getting-started/setup.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,3 +41,19 @@ After installation, check that LLVM was installed properly:
4141
# Check if Clang is installed and registered in PATH
4242
clang -v
4343
```
44+
45+
## Using the template
46+
47+
We also provide a [template](https://github.com/godot-rust/godot-rust-template) to get you started right away. All the boilerplate stuff is already done for you. If you have decided to use the template, you can skip section 2.2. Check out the [wiki](https://github.com/godot-rust/godot-rust-template/wiki) for instructions.
48+
49+
### Setup
50+
```shell
51+
$ cargo install cargo-generate
52+
```
53+
54+
### Usage
55+
```shell
56+
$ cargo generate --git https://github.com/godot-rust/godot-rust-template --name my-awesome-game
57+
$ cd my-awesome-game
58+
$ make run
59+
```

0 commit comments

Comments
 (0)