docs: remove --prerelease flag from package install commands

This commit is contained in:
2026-03-06 22:13:17 -05:00
parent 0fb0051a24
commit ee60b983a4
3 changed files with 3 additions and 3 deletions

View File

@@ -9,7 +9,7 @@ The OpenMaui Linux Platform provides native Linux desktop support for .NET MAUI
### Installation
```bash
dotnet add package OpenMaui.Controls.Linux --prerelease
dotnet add package OpenMaui.Controls.Linux
```
Or using the project template: