diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-23 22:37:10 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-23 22:37:10 +0300 |
commit | b09b9f859d067d53ed4cd70f6326dbb879c419c1 (patch) | |
tree | 2f41561d2a56240d2756f64d2d97b9801fd23788 | |
parent | code style (diff) | |
download | setup-cygwin-b09b9f859d067d53ed4cd70f6326dbb879c419c1.tar.gz setup-cygwin-b09b9f859d067d53ed4cd70f6326dbb879c419c1.zip |
README: update
-rw-r--r-- | README.md | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -25,6 +25,9 @@ the `packages` parameter. Set the installation directory using the `install-dir` parameter (C:\tools\cygwin is the default). +The `CYGWIN` environment variable is set to an empty string by default. +Provide a custom value using the `env` parameter. + API --- @@ -36,6 +39,8 @@ API | | *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. The paths to the Cygwin binaries are added to the PATH variable. |