diff --git a/docs/Meadow/Meadow_Tools/Meadow_CLI/index.md b/docs/Meadow/Meadow_Tools/Meadow_CLI/index.md index d5f3aa568..d2b0de6c2 100644 --- a/docs/Meadow/Meadow_Tools/Meadow_CLI/index.md +++ b/docs/Meadow/Meadow_Tools/Meadow_CLI/index.md @@ -85,6 +85,14 @@ dotnet tool update WildernessLabs.Meadow.CLI --global +> While you are installing Meadow CLI via `dotnet`, you may also want to install the Meadow project templates. This will allow you to create new Meadow projects quickly from the command-line. +> +> ``` +> dotnet new install WildernessLabs.Meadow.Template +> ``` +> +> For more details, see the [Getting Started page for your desired target device or platform](../../Getting_Started/). + ## Executing Commands