From 28fa67fad10a2ff4a2443e29090b364bb6dd355a Mon Sep 17 00:00:00 2001 From: Bettina Heim Date: Wed, 30 Jun 2021 00:27:18 -0700 Subject: [PATCH] incorrect path --- src/Qir/Runtime/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Qir/Runtime/README.md b/src/Qir/Runtime/README.md index 3430ce20473..94781ecb430 100644 --- a/src/Qir/Runtime/README.md +++ b/src/Qir/Runtime/README.md @@ -30,7 +30,7 @@ while on macOS, `prerequisites.ps1` relies on the [`brew` package manager](https 1. Add all three to your/system `%PATH%`. 1. Install VS 2019 and enable "Desktop development with C++" component (Clang uses MSVC's standard library on Windows). 1. Install clang-tidy and clang-format if your Clang/LLVM packages didn't include the tools. -1. Install the same version of dotnet as specified by qsharp-runtime [README](../../../../README.md) +1. Install the same version of dotnet as specified by qsharp-runtime [README](../../../README.md) *Building from Visual Studio and VS Code is **not** supported. Running cmake from the editors will likely default to MSVC or clang-cl and fail.*