diff options
author | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-24 23:56:20 +0300 |
---|---|---|
committer | Egor Tensin <Egor.Tensin@gmail.com> | 2020-12-24 23:56:20 +0300 |
commit | 9c9a90899bea202d3e03fa40c60bb0d32a83ee70 (patch) | |
tree | 58d5ed8316813d8305671adf2796be89e164a0f1 | |
parent | use well-known path to choco.exe if not in PATH (diff) | |
download | setup-cygwin-9c9a90899bea202d3e03fa40c60bb0d32a83ee70.tar.gz setup-cygwin-9c9a90899bea202d3e03fa40c60bb0d32a83ee70.zip |
README: update
-rw-r--r-- | README.md | 13 |
1 files changed, 5 insertions, 8 deletions
@@ -16,16 +16,13 @@ Use it in your workflow like this: platform: x64 packages: cmake python3 -`x64` is the default value for the `platform` parameter and can be omitted. +* `x64` is the default value for the `platform` parameter and can be omitted. Use `x86` if you want to install the 32-bit Cygwin. - -Specify any additional packages to be installed as a space-separated list in +* Specify any additional packages to be installed as a space-separated list in 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. +* 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 |