Skip to content

Commit 69bc39f

Browse files
author
Klaus
authored
Updated setup.md (#65)
Update the outdated setup process (Makefile) and point to the external godot-rust-template
1 parent 018a434 commit 69bc39f

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

src/getting-started/setup.md

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -47,18 +47,6 @@ clang -v
4747

4848
## Using the template
4949

50-
We also provide an experimental [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.
50+
One way to get started with godot-rust is a full-fledged (inofficial) template, which can be found [here](https://github.com/macalimlim/godot-rust-template) to get you started right away. All the boilerplate stuff is already done for you, however, using the template requires you to set up extra dependencies and toolchains. Check out the [wiki](https://github.com/macalimlim/godot-rust-template/wiki) for instructions on how to get started with the template.
5151

52-
The template is currently a work-in-progress, and might not work in all setups where the base library would be compatible. If you encounter any issues with the template, please report them at its [issue tracker](https://github.com/godot-rust/godot-rust-template/issues/).
53-
54-
### Setup
55-
```shell
56-
$ cargo install cargo-generate
57-
```
58-
59-
### Usage
60-
```shell
61-
$ cargo generate --git https://github.com/godot-rust/godot-rust-template --name my-awesome-game
62-
$ cd my-awesome-game
63-
$ make run
64-
```
52+
The template is not maintained by us, and might not work in all setups where the base library would be compatible. If you encounter any issues with the template, please report them at its [issue tracker](https://github.com/macalimlim/godot-rust-template/issues/).

0 commit comments

Comments
 (0)