diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-04 12:55:24 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2021-01-04 12:55:24 +0300 |
commit | 5e27a630072aac95ba66478f270a3de5901b38f7 (patch) | |
tree | 4e71cbf08f54a1c43d8294b37111eb1ee7688c57 /README.md | |
parent | set %CYGWIN% before installing Cygwin (diff) | |
download | setup-cygwin-5e27a630072aac95ba66478f270a3de5901b38f7.tar.gz setup-cygwin-5e27a630072aac95ba66478f270a3de5901b38f7.zip |
rename symlinks-to-hardlinks to just hardlinks
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 28 |
1 files changed, 14 insertions, 14 deletions
@@ -28,24 +28,24 @@ Provide a custom value using the `env` parameter. An example is package python3, which (as of January 2021) installs symlink "python3", pointing to the real executable "python3.8.exe". Calling Cygwin symlinks from Windows' command prompt is unsupported, but -there's an option to convert them to hardlinks instead (the -`symlinks-to-hardlinks` parameter). +there's an option to convert them to hardlinks instead (the `hardlinks` +parameter). 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. -| symlinks-to-hardlinks | *Other* | Yes | Don't convert any symlinks. -| | 1 | No | Convert symlinks in /usr/bin to hardlinks. +| 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. The paths to the Cygwin binaries are added to the PATH variable. |