From 7a8dd755cc1ac58f42e21a7b67bc726af893df88 Mon Sep 17 00:00:00 2001 From: Todor Totev Date: Thu, 23 Apr 2020 21:12:41 +0300 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 95ff224..f514ff5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ When installing Visual Studio, select *.NET desktop development* and *Desktop de ### Get the source code After you have installed the prerequisites, your first step is to get the source code: 1. From the Windows Start menu, start *x64 Native Tools Command Prompt for VS 2019*. This configures the development environment with 64-bit dev tools, which CoreRT requires to build your apps. -1. Get the sample project. In your terminal, and clone it: +1. Get the sample project. Go to your terminal, and clone it: ```bash git clone git@github.com:teobugslayer/AvaloniaCoreRTDemo.git