dotnet: Adapt README.md to recent changes

This commit is contained in:
TSR Berry
2022-10-14 17:16:57 +02:00
parent ff1f0a5c1a
commit b1af49f72b

View File

@@ -7,15 +7,19 @@ from source.
1. Compile the code 1. Compile the code
[Windows] You need to have at least version 5.0 of .NET installed.
1. Windows
To compile the code open the UnicornSln.sln with Microsoft Visual To compile the code open the UnicornSln.sln with Microsoft Visual
Studio 12 or with a newer version and just press Ctrl+Shift+B to build Studio 12 or with a newer version and just press Ctrl+Shift+B to build
the solution. the solution.
You need to have installed at least version 4.5 of the .NET framework. 2. Linux
[Linux] To compile the code open a terminal in this directory
TODO and enter the following command to build the solution:
`dotnet build`
2. Usage 2. Usage