From 9c9a90899bea202d3e03fa40c60bb0d32a83ee70 Mon Sep 17 00:00:00 2001 From: Egor Tensin Date: Thu, 24 Dec 2020 23:56:20 +0300 Subject: README: update --- README.md | 13 +++++-------- 1 file changed, 5 insertions(+), 8 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 5933282..eb39573 100644 --- a/README.md +++ b/README.md @@ -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 -- cgit v1.2.3