diff --git a/docs/Meadow/Getting_Started/Meadow.CLI/index.md b/docs/Meadow/Getting_Started/Meadow.CLI/index.md index b92c9fc0e..a2a6844fb 100644 --- a/docs/Meadow/Getting_Started/Meadow.CLI/index.md +++ b/docs/Meadow/Getting_Started/Meadow.CLI/index.md @@ -5,4 +5,18 @@ title: Installing Meadow.CLI subtitle: Installing the Meadow Command-Line-Interface (CLI). --- -stuff \ No newline at end of file +![](wildernesslabs_meadow_cli_getting_started.jpg) + +The Meadow Command-Line-Interface (Meadow.CLI) provides a way to interact with the board and perform functions via a terminal/command-line window. + +Meadow.CLI can be installed via the dotnet tool from a nuget package at the terminal: + +```console +dotnet tool install WildernessLabs.Meadow.CLI --global +``` + +To update, simply change the install keyword to update: + +```console +dotnet tool update Wildernesslabs.Meadow.CLI --global +``` \ No newline at end of file diff --git a/docs/Meadow/Getting_Started/Meadow.CLI/wildernesslabs_meadow_cli_getting_started.jpg b/docs/Meadow/Getting_Started/Meadow.CLI/wildernesslabs_meadow_cli_getting_started.jpg new file mode 100644 index 000000000..17d35dac5 Binary files /dev/null and b/docs/Meadow/Getting_Started/Meadow.CLI/wildernesslabs_meadow_cli_getting_started.jpg differ