fixed typos in the readme

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

View File

@ -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. Open a terminal, and clone it:
1. Get the sample project. In your terminal, and clone it:
```bash
git clone git@github.com:teobugslayer/AvaloniaCoreRTDemo.git