aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-01-10 17:21:48 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-01-10 17:21:48 +0300
commit734548071b6ffa2f7c1ba81e63a50cf8661872bf (patch)
tree91a39dd30d0b1b290c5901cfb59a071049f7ae63
parentCygwin: option to convert symlinks to hardlinks (diff)
downloadsetup-gcc-734548071b6ffa2f7c1ba81e63a50cf8661872bf.tar.gz
setup-gcc-734548071b6ffa2f7c1ba81e63a50cf8661872bf.zip
README: update
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 8cb7796..2e9d9c9 100644
--- a/README.md
+++ b/README.md
@@ -34,8 +34,8 @@ API
| --------- | ------- | ------- | -----------
| platform | x64 | Yes | Install the x86_64 toolchain.
| | *Other* | No | Install the i686 toolchain.
-| cygwin | 1 | No | Install Cygwin packages.
-| | *Other* | Yes | Install native binaries.
+| 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.