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

@@ -55,7 +55,7 @@ cd MyMauiLinuxApp
2. Add the NuGet package:
```bash
dotnet add package OpenMaui.Controls.Linux --prerelease
dotnet add package OpenMaui.Controls.Linux
```
3. Update your `Program.cs`: