You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+14-14Lines changed: 14 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -35,55 +35,55 @@ The package can be used locally or from CI services like GitHub Actions. Stay tu
35
35
36
36
# From Terminal
37
37
38
-
You should download the exe file or the js file (if have Nodejs installed), and run it with the available options.
38
+
You should download the executable file or the js file (if Nodejs installed), and run it with the available options.
39
39
40
-
Tip: You can automate downloading using `wget`, `curl` or other similar tools.
40
+
Tip: You can automate downloading using `wget`, `curl`, or other similar tools.
41
41
42
42
### Executable
43
43
44
-
Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.2.2), and run it with the available options.
44
+
Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.3.0), and run it with the available options.
45
45
46
46
An example that installs llvm, cmake, ninja, ccache, and vcpkg:
NOTE: In the `compiler` entry, you can specify the version after `-` like `llvm-11`.
69
-
For the tools, instead of `true`, which chooses the default version, you can pass a specific version.
69
+
For the tools, instead of `true` that chooses the default version, you can pass a specific version.
70
70
71
71
### With Nodejs
72
72
73
-
Download the `setup_cpp.js` file form [here](https://github.com/aminya/setup-cpp/releases/download/v0.2.2/setup_cpp.js), and run it with the available options.
73
+
Download the `setup_cpp.js` file form [here](https://github.com/aminya/setup-cpp/releases/download/v0.3.0/setup_cpp.js), and run it with the available options.
0 commit comments