diff --git a/website/docs/gettingstarted/firstproject.mdx b/website/docs/gettingstarted/firstproject.mdx index 014e04ca..81c195f8 100644 --- a/website/docs/gettingstarted/firstproject.mdx +++ b/website/docs/gettingstarted/firstproject.mdx @@ -12,6 +12,7 @@ To get up and running quickly, you can generate a default project by running `wa create a directory called `myproject` and populate it with the default template. Other project templates are available and can be listed using `wails init -l`. +There are also [community templates](/docs/community/templates) available that offer different capabilities and frameworks. To see the other options available, you can run `wails init -help`. More details can be found in the [CLI Reference](/docs/reference/cli#init).