This commit is contained in:
2022-08-09 00:19:26 +00:00
parent f0ff686efe
commit a6a79ead77
5 changed files with 23 additions and 3 deletions

View File

@@ -49,7 +49,9 @@ AyaNova is built upon the ASP.NET Core runtime version 6.0 or newer and it shoul
Download the runtime here [https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer](https://dotnet.microsoft.com/permalink/dotnetcore-current-windows-runtime-bundle-installer).
Confirm your ASP.NET Core runtime is installed and running by opening a DOS command window and typing
Run the installer and take the defaults.
Confirm your ASP.NET Core runtime is installed and running by opening a DOS command / Windows Shell window and typing
```dos
dotnet --list-runtimes