aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 08:43:43 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 08:43:43 +0300
commit7d5e83429fb1a15c1d3fed22521f54a1d1bcc9d7 (patch)
tree253c947527f461fe764943c7f926d8ff33034987
parentREADME: fix badge link (diff)
downloadsetup-gcc-7d5e83429fb1a15c1d3fed22521f54a1d1bcc9d7.tar.gz
setup-gcc-7d5e83429fb1a15c1d3fed22521f54a1d1bcc9d7.zip
README: update
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 874a0e7..757c75b 100644
--- a/README.md
+++ b/README.md
@@ -32,14 +32,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
-------