Skip to content

Commit

Permalink
Document allow-test-packages parameter
Browse files Browse the repository at this point in the history
  • Loading branch information
jon-turney committed Jan 5, 2025
1 parent 9d87f98 commit b93253c
Showing 1 changed file with 10 additions and 9 deletions.
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,16 @@ Please fix my terrible cargo-cult PowerShell.
Parameters
----------

| Input | Default | Description
| ----------- | -------------------------------------------- | -----------
| platform | x86_64 | Install the x86 or x86\_64 version of Cygwin.
| packages | *none* | List of additional packages to install.
| install-dir | C:\cygwin | Installation directory
| site | http://mirrors.kernel.org/sourceware/cygwin/ | Mirror sites to install from, separated by whitespace
| pubkeys | *none* | Absolute paths of extra public key files (RFC4880 format), separated by whitespace
| check-sig | true | Whether to check the setup.ini signature
| add-to-path | true | Whether to add Cygwin's `/bin` directory to the system `PATH`
| Input | Default | Description
| ------------------- | -------------------------------------------- | -----------
| platform | x86_64 | Install the x86 or x86\_64 version of Cygwin.
| packages | *none* | List of additional packages to install.
| install-dir | C:\cygwin | Installation directory
| site | http://mirrors.kernel.org/sourceware/cygwin/ | Mirror sites to install from, separated by whitespace
| pubkeys | *none* | Absolute paths of extra public key files (RFC4880 format), separated by whitespace
| check-sig | true | Whether to check the setup.ini signature
| add-to-path | true | Whether to add Cygwin's `/bin` directory to the system `PATH`
| allow-test-packages | false | Consider package versions marked test for installation

Line endings
------------
Expand Down

0 comments on commit b93253c

Please sign in to comment.