Skip to content

Commit f815a5c

Browse files
authored
Merge pull request #73 from Wihmajster/readme-windows [skip ci]
2 parents 1d9949e + ce9b0fc commit f815a5c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ An example that installs llvm, cmake, ninja, ccache, and vcpkg:
5858

5959
```ps1
6060
# windows example (open shell as admin)
61-
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.14.0/setup_cpp_windows.exe"
62-
./setup_cpp_windows --compiler llvm --cmake true --ninja true --ccache true --vcpkg true
61+
curl.exe -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.14.0/setup_cpp_windows.exe"
62+
.\setup_cpp_windows --compiler llvm --cmake true --ninja true --ccache true --vcpkg true
6363
6464
RefreshEnv.cmd # activate cpp environment variables
6565
```
@@ -98,7 +98,7 @@ Open the shell as admin, download via `curl`, then install
9898

9999
```ps1
100100
# open shell as admin
101-
curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.14.0/setup_cpp.js"
101+
curl.exe -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.14.0/setup_cpp.js"
102102
node ./setup_cpp.js --compiler llvm --cmake true --ninja true --ccache true --vcpkg true
103103
104104
RefreshEnv.cmd # activate cpp environment variables

0 commit comments

Comments
 (0)