diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 08:37:02 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 08:39:55 +0300 |
commit | 8bd4e937a0fa5b89cd10c008519d3baa7a81054b (patch) | |
tree | 6d3df49c8f898559dc143b87d3a144a8f36bddc4 | |
parent | README: fix badge link (diff) | |
download | setup-clang-8bd4e937a0fa5b89cd10c008519d3baa7a81054b.tar.gz setup-clang-8bd4e937a0fa5b89cd10c008519d3baa7a81054b.zip |
README: update
-rw-r--r-- | README.md | 16 |
1 files changed, 8 insertions, 8 deletions
@@ -27,14 +27,14 @@ API | Input | Value | Default | Description | --------- | ------- | ------- | ----------- -| platform | x64 | Yes | Install the x86_64 toolchain. -| | *Other* | No | Install the i686 toolchain. -| cygwin | *Other* | Yes | Install native binaries. -| | 1 | No | Install Cygwin packages. -| cc | 1 | Yes | Set up `cc`/`c++` executables. -| | *Other* | No | Don't set up `cc`/`c++`. -| hardlinks | *Other* | Yes | Cygwin: don't convert any symlinks. -| | 1 | No | Cygwin: convert symlinks in /usr/bin to hardlinks. +| platform | x64 | ✓ | Install the x86_64 toolchain. +| | *Other* | | Install the i686 toolchain. +| cygwin | *Other* | ✓ | 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. +| | 1 | | Cygwin: convert symlinks in /usr/bin to hardlinks. License ------- |