Remove link to project templates and fix typo in README (#153)

* Remove link to project templates from the README

Project templates were moved to the compiler repository, so the link to the project templates folder doesn't work anymore.

* Fix typo in README
This commit is contained in:
Sarah Marshall 2020-02-26 20:22:48 -08:00 коммит произвёл GitHub
Родитель 29c7a101c1
Коммит d7ccb7d353
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 3 удалений

Просмотреть файл

@ -5,8 +5,6 @@ Welcome to the Microsoft Quantum Development Kit!
This repository contains the runtime components for the [Quantum Development Kit](https://docs.microsoft.com/quantum/).
It consists of the libraries and packages needed to create and simulate quantum applications using Q#.
- **[ProjectTemplates/](./src/ProjectTemplates/)**: Source for the [project templates](https://www.nuget.org/packages/Microsoft.Quantum.ProjectTemplates/)
that can be used to create new Q# applications using .NET Core's CLI.
- **[Simulation/](./src/Simulation/)**: Source for Q# simulation. Includes code generation, full-state and other simulators.
- **[xUnit/](./src/Xunit/)**: Source for the xUnit's Q# test-case discoverer.
@ -37,7 +35,7 @@ To build on Windows:
1. Install the pre-reqs:
* Install [CMake](https://cmake.org/install/)
* Install [Visual Studio 2019 (vesrion 16.3 or later)](https://visualstudio.microsoft.com/downloads/). Make sure you install the following workloads:
* Install [Visual Studio 2019 (version 16.3 or later)](https://visualstudio.microsoft.com/downloads/). Make sure you install the following workloads:
* **Desktop development with C++**
* **.NET Core 3 cross-platform development**
2. Run [bootstrap.cmd](bootstrap.cmd) from the `Developer Command Prompt for VS 2019`.