From c5396fa0c44e4ea92ceab80c2d749983eaeab1e7 Mon Sep 17 00:00:00 2001 From: Hongtao Zhang Date: Sat, 4 Feb 2023 11:55:14 -0600 Subject: [PATCH] update readme --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index ef78e3cd0..22c16996c 100644 --- a/README.md +++ b/README.md @@ -368,4 +368,7 @@ Get in touch if you like to join the Flow-Launcher Team and help build this grea - Install Visual Studio 2022 -- Install .Net 6 SDK via Visual Studio installer or manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/thank-you/sdk-6.0.300-windows-x64-installer) +- Install .Net 7 SDK + - via Visual Studio installer + - via winget `winget install Microsoft.DotNet.SDK.7` + - Manually from [here](https://dotnet.microsoft.com/en-us/download/dotnet/7.0)