docs: fix the windows node example [skip ci]

This commit is contained in:
Amin Yahyaabadi 2021-09-19 03:38:52 -05:00
parent 82cc8fae86
commit 34bf57d1ab
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ On Windows
```ps1
# open shell as admin
wget "https://github.com/aminya/setup-cpp/releases/download/v0.2/setup_cpp_windows.exe"
curl "https://github.com/aminya/setup-cpp/releases/download/v0.2/setup_cpp.js"
node ./setup_cpp.js --compiler llvm --cmake true --ninja true --ccache true --conan true
```