aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2020-12-25 00:02:00 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2020-12-25 00:02:00 +0300
commita59a2f003bf30bc0ed00b6ef0d0ff7d9461fff30 (patch)
treecd979a01ca50ef93ad48aec4eb0334c7f0e8f79b
parentuse well-known path to choco.exe if not in PATH (diff)
downloadsetup-mingw-a59a2f003bf30bc0ed00b6ef0d0ff7d9461fff30.tar.gz
setup-mingw-a59a2f003bf30bc0ed00b6ef0d0ff7d9461fff30.zip
README: update
-rw-r--r--README.md7
1 files changed, 4 insertions, 3 deletions
diff --git a/README.md b/README.md
index 9703687..6a17142 100644
--- a/README.md
+++ b/README.md
@@ -17,11 +17,12 @@ Use it in your workflow like this:
with:
platform: x64
-`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 build 32-bit binaries.
+* Set the `cygwin` parameter to `1` to set up MinGW inside an existing Cygwin
+installation (see [my other action] for setting up Cygwin itself).
-Set the `cygwin` parameter to `1` to set up MinGW inside an existing Cygwin
-installation (installing Cygwin itself is as simple as `choco install cygwin`).
+[my other action]: https://github.com/egor-tensin/setup-cygwin
API
---