diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 08:42:15 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-04-18 08:42:15 +0300 |
commit | f96297ffd759eb96c94dc6a7928974f917010725 (patch) | |
tree | 19d7b455ae5a74949935d2291e673a8febefc450 | |
parent | README: fix badge link (diff) | |
download | setup-cygwin-f96297ffd759eb96c94dc6a7928974f917010725.tar.gz setup-cygwin-f96297ffd759eb96c94dc6a7928974f917010725.zip |
README: update
-rw-r--r-- | README.md | 20 |
1 files changed, 10 insertions, 10 deletions
@@ -44,16 +44,16 @@ API | Input | Value | Default | Description | ----------- | ------- | ------- | ----------- -| platform | x64 | Yes | Install the 64-bit version. -| | *Other* | No | Install the 32-bit version. -| install-dir | *Empty* | Yes | Install to C:\tools\cygwin. -| | *Other* | No | Install to the specified directory. -| packages | *Empty* | Yes | Don't install any additional packages. -| | *Other* | No | Space-separated package names. -| env | *Empty* | Yes | Set `%CYGWIN%` to an empty string. -| | *Other* | No | Set `%CYGWIN%` to the specified value. -| hardlinks | *Other* | Yes | Don't convert any symlinks. -| | 1 | No | Convert symlinks in /usr/bin to hardlinks. +| platform | x64 | ✓ | Install the 64-bit version. +| | *Other* | | Install the 32-bit version. +| install-dir | *Empty* | ✓ | Install to C:\tools\cygwin. +| | *Other* | | Install to the specified directory. +| packages | *Empty* | ✓ | Don't install any additional packages. +| | *Other* | | Space-separated package names. +| env | *Empty* | ✓ | Set `%CYGWIN%` to an empty string. +| | *Other* | | Set `%CYGWIN%` to the specified value. +| hardlinks | *Other* | ✓ | Don't convert any symlinks. +| | 1 | | Convert symlinks in /usr/bin to hardlinks. The paths to the Cygwin binaries are added to the PATH variable. |