Skip to content

Commit

Permalink
Installing Meadow.CLI (WIP)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgedevs committed Jan 26, 2024
1 parent 49f72cb commit 5dc8bf8
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion docs/Meadow/Getting_Started/Meadow.CLI/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,18 @@ title: Installing Meadow.CLI
subtitle: Installing the Meadow Command-Line-Interface (CLI).
---

stuff
![](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
```
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5dc8bf8

Please sign in to comment.