Skip to content

Commit

Permalink
Merge branch 'main' of github.com:TomasKopunec/comp0101-ief
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayNekoBean committed Mar 22, 2024
2 parents a17792d + d2dcbf1 commit d8c5fce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ To use the Dockerized version of the application, follow these steps:
#### Prerequisites
Make sure you have .NET Core 6.0 installed (Use ```dotnet --list-sdks``` to check,Prefer version **6.0.418**)
- Simply install it with a single command (For example in Ubuntu ```sudo apt install dotnet-sdk-6.0```). This might download version 6.0.127, if incompatible, proceed to the next step.
- Simply install it with a single command (For example in Ubuntu ```sudo apt install dotnet-sdk-6.0```). This might download version 6.0.127, you need to change the version parameter in global.json in the sdk root directory. if incompatible, proceed to the next step.
- To install the specified version, please visit the [Microsoft .NET 6.0 Download website](https://dotnet.microsoft.com/zh-cn/download/dotnet/6.0) for more information.
#### Installation process
Expand Down

0 comments on commit d8c5fce

Please sign in to comment.