fix the readme after deleting instructions

This commit is contained in:
Todor Totev 2020-04-23 21:27:12 +03:00 committed by GitHub
parent 4c51523be8
commit 6b8d3d46ad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,11 +30,7 @@ At the time of writing, there's an incompatibility between the current version o
``` ```
Therefore, to build the sample, you perform the following: Therefore, to build the sample, you perform the following:
1. Open the solution file in Visual Studio. You may use `start .\AvaloniaCoreRTDemo.sln` from your terminal. 1. Go to your terminal.
1. Build the solution using `Release` and `x64` configuration.
You need this step because it produces some files which you will need later.
1. Go back to your terminal.
1. Delete the existing Nuget version lock file (this step is not needed when you build the code for the first time): `del src\packages.lock.json`
1. Build the source code: `dotnet publish -r win-x64 -c release` 1. Build the source code: `dotnet publish -r win-x64 -c release`
**Note**: Avalonia and CoreRT are huge. Downloading them might take some time. During this period, which happens on the first build, and when CoreRT releases a new version, it will look like nothing happens. Just be patient. **Note**: Avalonia and CoreRT are huge. Downloading them might take some time. During this period, which happens on the first build, and when CoreRT releases a new version, it will look like nothing happens. Just be patient.