diff --git a/README.md b/README.md index 54822b1d..1763901d 100644 --- a/README.md +++ b/README.md @@ -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 ```