docs: remove --prerelease flag from package install commands
This commit is contained in:
@@ -9,7 +9,7 @@ The OpenMaui Linux Platform provides native Linux desktop support for .NET MAUI
|
|||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
dotnet add package OpenMaui.Controls.Linux --prerelease
|
dotnet add package OpenMaui.Controls.Linux
|
||||||
```
|
```
|
||||||
|
|
||||||
Or using the project template:
|
Or using the project template:
|
||||||
|
|||||||
@@ -9,7 +9,7 @@ Unlike Android, iOS, and Windows which appear in Visual Studio's platform dropdo
|
|||||||
**Step 1: Add the NuGet Package**
|
**Step 1: Add the NuGet Package**
|
||||||
|
|
||||||
```bash
|
```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"
|
Or in Visual Studio: Right-click project → Manage NuGet Packages → Search "OpenMaui.Controls.Linux"
|
||||||
|
|||||||
@@ -55,7 +55,7 @@ cd MyMauiLinuxApp
|
|||||||
|
|
||||||
2. Add the NuGet package:
|
2. Add the NuGet package:
|
||||||
```bash
|
```bash
|
||||||
dotnet add package OpenMaui.Controls.Linux --prerelease
|
dotnet add package OpenMaui.Controls.Linux
|
||||||
```
|
```
|
||||||
|
|
||||||
3. Update your `Program.cs`:
|
3. Update your `Program.cs`:
|
||||||
|
|||||||
Reference in New Issue
Block a user