Skip to content

Commit 7351a37

Browse files
authored
docs: update curl command [skip ci]
1 parent 0b3b275 commit 7351a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ An example that installs llvm, cmake, ninja, ccache, and vcpkg:
4747

4848
```ps1
4949
# windows example (open shell as admin)
50-
curl -O "https://github.com/aminya/setup-cpp/releases/download/v0.3.1/setup_cpp_windows.exe"
50+
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.3.1/setup_cpp_windows.exe"
5151
./setup_cpp_windows --compiler llvm --cmake true --ninja true --ccache true --vcpkg true
5252
```
5353

0 commit comments

Comments
 (0)