Skip to content
Open
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: 7 additions & 1 deletion articles/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,4 +15,10 @@ The latest stable release is: **2.9.0**

[Release Notes](https://github.com/bonsai-rx/bonsai/releases?q=prerelease%3Afalse)

The installer will make sure that .NET and any other required system dependencies for running Bonsai are correctly setup in your computer.
The installer will make sure that .NET and any other required system dependencies for running Bonsai are correctly setup in your computer.

> [!TIP]
> On Windows 10 (1809+) and above, Bonsai can be installed from the command line using the Windows Package Manager [WinGet](https://github.com/microsoft/winget-cli):
> ```cmd
> winget install bonsai-rx
> ```