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:

View File

@@ -9,7 +9,7 @@ Unlike Android, iOS, and Windows which appear in Visual Studio's platform dropdo
**Step 1: Add the NuGet Package**
```bash
dotnet add package OpenMaui.Controls.Linux --prerelease
dotnet add package OpenMaui.Controls.Linux
```
Or in Visual Studio: Right-click project → Manage NuGet Packages → Search "OpenMaui.Controls.Linux"

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`: