aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
authorEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 11:35:49 +0300
committerEgor Tensin <Egor.Tensin@gmail.com>2021-04-18 11:35:49 +0300
commit88c3f8c149ea455d4d9a46a514a00082d320ad29 (patch)
tree92ec03534260d0b91b279fe93902b25f40f01175
parentREADME: update (diff)
downloadsetup-cygwin-88c3f8c149ea455d4d9a46a514a00082d320ad29.tar.gz
setup-cygwin-88c3f8c149ea455d4d9a46a514a00082d320ad29.zip
README: update
-rw-r--r--README.md18
1 files changed, 9 insertions, 9 deletions
diff --git a/README.md b/README.md
index 91100f5..cccadb7 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@ Set up Cygwin
[![Test](https://github.com/egor-tensin/setup-cygwin/actions/workflows/test.yml/badge.svg)](https://github.com/egor-tensin/setup-cygwin/actions/workflows/test.yml)
-This is a GitHub action that sets up Cygwin in your workflow run.
+This GitHub action sets up Cygwin in your workflow run.
1. Installs Cygwin.
2. Installs any additional packages specified.
@@ -45,14 +45,14 @@ API
| Input | Value | Default | Description
| ----------- | ------- | ------- | -----------
| platform | x64 | ✓ | Install the 64-bit version.
-| | *Other* | | Install the 32-bit version.
-| install-dir | *Empty* | ✓ | Install to C:\tools\cygwin.
-| | *Other* | | Install to the specified directory.
-| packages | *Empty* | ✓ | Don't install any additional packages.
-| | *Other* | | Space-separated package names.
-| env | *Empty* | ✓ | Set `%CYGWIN%` to an empty string.
-| | *Other* | | Set `%CYGWIN%` to the specified value.
-| hardlinks | *Other* | ✓ | Don't convert any symlinks.
+| | *any* | | Install the 32-bit version.
+| install-dir | *empty* | ✓ | Install to C:\tools\cygwin.
+| | *any* | | Install to the specified directory.
+| packages | *empty* | ✓ | Don't install any additional packages.
+| | *any* | | Space-separated package names.
+| env | *empty* | ✓ | Set `%CYGWIN%` to an empty string.
+| | *any* | | Set `%CYGWIN%` to the specified value.
+| hardlinks | *any* | ✓ | Don't convert any symlinks.
| | 1 | | Convert symlinks in /usr/bin to hardlinks.
The paths to the Cygwin binaries are added to the PATH variable.