aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-12-24 23:56:20 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-12-24 23:56:20 +0300
commit9c9a90899bea202d3e03fa40c60bb0d32a83ee70 (patch)
tree58d5ed8316813d8305671adf2796be89e164a0f1
parentuse well-known path to choco.exe if not in PATH (diff)
downloadsetup-cygwin-9c9a90899bea202d3e03fa40c60bb0d32a83ee70.tar.gz
setup-cygwin-9c9a90899bea202d3e03fa40c60bb0d32a83ee70.zip
README: update
-rw-r--r--README.md13
1 files changed, 5 insertions, 8 deletions
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