docs: update curl command [skip ci]

This commit is contained in:
Amin Yahyaabadi 2021-11-29 04:55:00 -06:00 committed by GitHub
parent 0b3b2751fb
commit 7351a37aff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ An example that installs llvm, cmake, ninja, ccache, and vcpkg:
```ps1
# windows example (open shell as admin)
curl -O "https://github.com/aminya/setup-cpp/releases/download/v0.3.1/setup_cpp_windows.exe"
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.3.1/setup_cpp_windows.exe"
./setup_cpp_windows --compiler llvm --cmake true --ninja true --ccache true --vcpkg true
```