From e8f42890c94b4484435f077b5eb2d42f4ad2d50b Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Mon, 6 Dec 2021 10:31:23 -0600 Subject: [PATCH] docs: update js download command [skip ci] --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 48cd1375..383909c6 100644 --- a/README.md +++ b/README.md @@ -74,11 +74,12 @@ For the tools, instead of `true` that chooses the default version, you can pass Download the `setup_cpp.js` file form [here](https://github.com/aminya/setup-cpp/releases/download/v0.4.0/setup_cpp.js), and run it with the available options. -On Windows +On Windows: +Open the shell as admin, download via `curl`, then install ```ps1 # open shell as admin -curl "https://github.com/aminya/setup-cpp/releases/download/v0.4.0/setup_cpp.js" +curl -LJO "https://github.com/aminya/setup-cpp/releases/download/v0.4.0/setup_cpp.js" node ./setup_cpp.js --compiler llvm --cmake true --ninja true --ccache true --vcpkg true ```