aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 11:34:06 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 11:34:06 +0300
commit72562df31744f6baa9ccfd6983f8f49649ff90da (patch)
treed663ab821064db76fc0bce107a1ac214ec13d831
parentREADME: update (diff)
downloadsetup-clang-72562df31744f6baa9ccfd6983f8f49649ff90da.tar.gz
setup-clang-72562df31744f6baa9ccfd6983f8f49649ff90da.zip
README: update
-rw-r--r--README.md10
1 files changed, 5 insertions, 5 deletions
diff --git a/README.md b/README.md
index faa8267..5b49548 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Set up Clang
[![Test](https://github.com/egor-tensin/setup-clang/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/setup-clang/actions/workflows/test.yml)
-This is a GitHub action that sets up Clang & LLVM in your workflow run.
+This GitHub action sets up Clang & LLVM in your workflow run.
Use it in your workflow like this:
@@ -28,12 +28,12 @@ API
| Input | Value | Default | Description
| --------- | ------- | ------- | -----------
| platform | x64 | ✓ | Install the x86_64 toolchain.
-| | *Other* | | Install the i686 toolchain.
-| cygwin | *Other* | ✓ | Install native binaries.
+| | *any* | | Install the i686 toolchain.
+| cygwin | *any* | ✓ | Install native binaries.
| | 1 | | Install Cygwin packages.
| cc | 1 | ✓ | Set up `cc`/`c++` executables.
-| | *Other* | | Don't set up `cc`/`c++`.
-| hardlinks | *Other* | ✓ | Cygwin: don't convert any symlinks.
+| | *any* | | Don't set up `cc`/`c++`.
+| hardlinks | *any* | ✓ | Cygwin: don't convert any symlinks.
| | 1 | | Cygwin: convert symlinks in /usr/bin to hardlinks.
License