From b09b9f859d067d53ed4cd70f6326dbb879c419c1 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Wed, 23 Dec 2020 22:37:10 +0300 Subject: README: update --- README.md | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 8ce98b2..e5213fd 100644 --- a/README.md +++ b/README.md @@ -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. -- cgit v1.2.3