aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-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
---