dotnet: Adapt README.md to recent changes
This commit is contained in:
parent
ff1f0a5c1a
commit
b1af49f72b
|
@ -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.
|
||||||
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
|
1. Windows
|
||||||
the solution.
|
|
||||||
|
To compile the code open the UnicornSln.sln with Microsoft Visual
|
||||||
You need to have installed at least version 4.5 of the .NET framework.
|
Studio 12 or with a newer version and just press Ctrl+Shift+B to build
|
||||||
|
the solution.
|
||||||
[Linux]
|
|
||||||
TODO
|
2. Linux
|
||||||
|
|
||||||
|
To compile the code open a terminal in this directory
|
||||||
|
and enter the following command to build the solution:
|
||||||
|
`dotnet build`
|
||||||
|
|
||||||
2. Usage
|
2. Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue