Skip to content

Commit

Permalink
docs: add links to the release [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
aminya committed Sep 17, 2021
1 parent 0c3d39c commit ab33fa7
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,19 +34,23 @@ The package can be used locally or from CI services like GitHub Actions. Stay tu

## From Command Prompt

You should download the exe file or the js file (if have Nodejs installed) and then run it.
You should download the exe file or the js file (if have Nodejs installed), and run it with the available options.

Tip: You can automate downloading using `wget`, `curl` or other similar tools.

### Executable

Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.1), and run it with the available options.

A Windows example that installs llvm, cmake, ninja, ccache, and conan.

```
./setup_cpp.exe --compiler llvm --cmake true --ninja true --ccache true --conan "1.40.1"
./setup_cpp_windows.exe --compiler llvm --cmake true --ninja true --ccache true --conan "1.40.1"
```

### With Nodejs

Download the `setup_cpp.js` file form [here](https://github.com/aminya/setup-cpp/blob/master/dist/main.js), and run it
Download the `setup_cpp.js` file form [here](https://github.com/aminya/setup-cpp/releases/download/v0.1/setup_cpp.js), and run it with the available options.

```
node ./setup_cpp.js --compiler llvm --cmake true --ninja true --ccache true --conan "1.40.1"
Expand Down

0 comments on commit ab33fa7

Please sign in to comment.