aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 08:45:23 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 08:45:23 +0300
commit7eff00d5629d7f8f670952c54730eb78002ff40f (patch)
tree88a43f391114707f22da7b38522a260b8b4527e7
parentREADME: fix badge link (diff)
downloadsetup-mingw-7eff00d5629d7f8f670952c54730eb78002ff40f.tar.gz
setup-mingw-7eff00d5629d7f8f670952c54730eb78002ff40f.zip
README: update
-rw-r--r--README.md20
1 files changed, 10 insertions, 10 deletions
diff --git a/README.md b/README.md
index e6ec4ae..8e804d4 100644
--- a/README.md
+++ b/README.md
@@ -32,16 +32,16 @@ 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.
-| static | 1 | Yes | Enable the static-linking workaround.
-| | *Other* | No | Disable the static-linking workaround.
-| 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.
+| static | 1 | ✓ | Enable the static-linking workaround.
+| | *Other* | | Disable the static-linking workaround.
+| 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.
| Output | Example | Description
| ------- | ------------------------ | -----------