From 106ff03f2e65e9251212b1aff5ac96c82f4a790a Mon Sep 17 00:00:00 2001 From: Lea Anthony Date: Mon, 14 Mar 2022 20:54:03 +1100 Subject: [PATCH] Add reference to community templates --- website/docs/gettingstarted/firstproject.mdx | 1 + 1 file changed, 1 insertion(+) 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).