Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/Meadow/Meadow_Tools/Meadow_CLI/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,14 @@ dotnet tool update WildernessLabs.Meadow.CLI --global
</TabItem>
</Tabs>

> 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

Expand Down