Skip to content

Commit f31da4c

Browse files
committed
readme update
1 parent cd2c280 commit f31da4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,17 @@ This project is designed to help you quickly build a hybrid app for Windows, Lin
1818

1919
Ensure you have the following installed:
2020

21-
- [.NET SDK](https://dotnet.microsoft.com/download)
21+
- [.NET 8 SDK](https://dotnet.microsoft.com/download)
2222
- [.NET MAUI](https://github.com/dotnet/docs-maui/blob/main/docs/get-started/installation.md)
2323
- [XCode (Mac Only)](https://xcodereleases.com/)
2424
- GTK+ gtk+-3.0(libgtk-3-0) and webkit2gtk-4 (libwebkit2gtk-4.0) (**Linux Only**)
25-
- [Android SDK](https://developer.android.com/)
25+
- [Android SDK (For Android Build)](https://developer.android.com/)
2626
- [Node.js and npm](https://nodejs.org/)
2727
- [VSCode](https://code.visualstudio.com/)
2828
- [VSCode .NET MAUI extension](https://marketplace.visualstudio.com/items?itemName=ms-dotnettools.dotnet-maui)
2929

3030
Optional:
31-
- [VSCode .NET Meteor extension (Alternative)](https://marketplace.visualstudio.com/items?itemName=nromanov.dotnet-meteor)
31+
- [VSCode .NET Meteor extension (Alternative for the official MAUI extension)](https://marketplace.visualstudio.com/items?itemName=nromanov.dotnet-meteor)
3232
- [VSCode Android WebView Debugging extension](https://marketplace.visualstudio.com/items?itemName=mpotthoff.vscode-android-webview-debug)
3333

3434

@@ -57,7 +57,7 @@ Optional:
5757

5858
### Building the Project
5959

60-
**Build the project using VSCode .NET MAUI extension** or build it manually, using the following commands:
60+
**Build the project using VSCode .NET MAUI or .NET Meteor extensions** or build it manually, using the following commands:
6161

6262
- **Windows:**
6363

0 commit comments

Comments
 (0)