From bd0d5cf0b6c767ea9abe9b7ba2d36f2aa323e296 Mon Sep 17 00:00:00 2001 From: Florian Stinglmayr Date: Wed, 7 Dec 2022 23:25:45 +0100 Subject: [PATCH] update webpage --- EliteBGS/docs/index.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/EliteBGS/docs/index.md b/EliteBGS/docs/index.md index 915000b..daa27fe 100644 --- a/EliteBGS/docs/index.md +++ b/EliteBGS/docs/index.md @@ -13,9 +13,16 @@ The tool requires .NET 7.0, you can download it from Microsoft here: * [https://dotnet.microsoft.com/en-us/download/dotnet/7.0](https://dotnet.microsoft.com/en-us/download/dotnet/7.0) -You can download the **latest** version **0.2.1** here: +If you have problems with the installer, you might try running the following in the Windows +command line: -* [https://bgs.n0la.org/elitebgs-0.2.1.zip](https://bgs.n0la.org/elitebgs-0.2.1.zip) +``` +winget install Microsoft.DotNet.DesktopRuntime.7 +``` + +You can download the **latest** version **0.2.2** here: + +* [https://bgs.n0la.org/elitebgs-0.2.2.zip](https://bgs.n0la.org/elitebgs-0.2.2.zip) ## Old Versions