We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3118b20 commit a87f457Copy full SHA for a87f457
README.md
@@ -49,7 +49,8 @@ Update your path environment with `setx` (supposing you installed the tools in
49
their default directories):
50
51
```powershell
52
-setx PATH ($(Get-ItemProperty -Path HKCU:\Environment -Name Path).Path + "$env:ProgramFiles\LLVM\bin;${env:ProgramFiles(x86)}\WiX Toolset v3.11\bin")
+setx PATH ($(Get-ItemProperty -Path HKCU:\Environment -Name Path).Path + `
53
+ "$env:ProgramFiles\LLVM\bin")
54
```
55
56
Check if `PATH` was set correctly:
@@ -58,7 +59,6 @@ Check if `PATH` was set correctly:
58
59
Get-Command clang
60
Get-Command cmake
61
Get-Command ninja
-Get-Command candle
62
63
64
You may need to restart your Windows session if you can't find `ninja` even
0 commit comments