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.*