Skip to content

Commit

Permalink
Merge pull request #392 from WildernessLabs/patridge-patch-1
Browse files Browse the repository at this point in the history
Add install instructions/links up top
  • Loading branch information
adrianstevens authored Nov 3, 2023
2 parents 0c187be + b7da94a commit 3ae0abe
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ The CLI tool supports DFU flashing for `nuttx.bin` and `nuttx_user.bin`. When th

The CLI tool also supports device and file management including file transfers, flash partitioning, and MCU reset.

To run Meadow.CLI on Windows, run meadow.exe from the command prompt. On Mac and Windows, call **mono meadow.exe**.
To install the latest Meadow.CLI release, run the .NET tool install command to get the latest package from NuGet.

```console
dotnet tool install WildernessLabs.Meadow.CLI --global
```

For the latest getting started instructions with Meadow and Meadow.CLI, check out the [Meadow guides](https://developer.wildernesslabs.co/Meadow/Getting_Started/Deploying_Meadow/) in the Wilderness Labs documentations. Additionally, there are instructions there for updating an existing Meadow.CLI install.

If you want to develop or build a Meadow.CLI directly, or install a pre-release version, follow the [instructions to install a pre-release Meadow.CLI](https://github.com/WildernessLabs/Meadow.CLI/blob/develop/README.md#install-a-downloaded-pre-release-version).

Once installed, run the Meadow.CLI from a command line with `meadow`.

## Options

Expand Down

0 comments on commit 3ae0abe

Please sign in to comment.