From 6b8d3d46ade8dadeecb954cf3d28643bd3cbb9e4 Mon Sep 17 00:00:00 2001 From: Todor Totev Date: Thu, 23 Apr 2020 21:27:12 +0300 Subject: [PATCH] fix the readme after deleting instructions --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 5e62cef..97dc0b5 100644 --- a/README.md +++ b/README.md @@ -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: -1. Open the solution file in Visual Studio. You may use `start .\AvaloniaCoreRTDemo.sln` from 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. Go to your terminal. 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.