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