From 47a3e154941d9fe5649252c145808e426bc72ac2 Mon Sep 17 00:00:00 2001 From: Amin Yahyaabadi Date: Tue, 17 Jan 2023 22:16:53 -0800 Subject: [PATCH] docs: update executable download sentence [skip ci] --- README.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index f93d57f4..9ff4e9f5 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,7 @@ NOTE: On Unix systems, if you are already a root user (e.g., in a GitLab runner #### With executable -You can download a self-contained executable file and run it with the available options. - -Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.26.0), and run it with the available options. - -Tip: You can automate downloading using `wget`, `curl`, or other similar tools. +Download the executable for your platform from [here](https://github.com/aminya/setup-cpp/releases/tag/v0.26.0), and run it with the available options. You can also automate downloading using `wget`, `curl`, or other similar tools. An example that installs llvm, cmake, ninja, ccache, and vcpkg: