Skip to content

Commit

Permalink
Merge pull request #7 from jpawlowski/automated-documentation-update-…
Browse files Browse the repository at this point in the history
…10114531811

Automated documentation update
  • Loading branch information
jpawlowski authored Jul 26, 2024
2 parents 480af7e + a249011 commit 18c7f91
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/powershell-extended/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Installs PowerShell on AMD64 and ARM64 machines, and optional additional resourc
| installMethod | Select the installation method for PowerShell. If you choose `package`, PowerShell will be installed using the package manager with a fallback to 'github'. If you choose `github`, PowerShell will be installed from GitHub releases. | string | package |
| updatePSResourceGet | Update built-in [`Microsoft.PowerShell.PSResourceGet`](https://github.com/PowerShell/PSResourceGet) module to the latest version before installing additional resources. | string | release |
| updatePSReadLine | Update built-in [`PSReadLine`](https://github.com/PowerShell/PSReadline) module to the latest version. | string | release |
| setAsDefaultShell | Set PowerShell as the default shell. | boolean | false |
| repositories | Optional semicolon separated list of PowerShell repositories to register. To set a specific name for a repository, use the format `name=url`, otherwise the name will be the base URL. See feature documentation for more information about advanced installation options. | string | - |
| resources | Optional semicolon separated list of PowerShell resources to install. If you need to install a specific version, use `@` to specify the version (e.g. `[email protected]`). See feature documentation for more information about advanced installation options. | string | - |
| profileURLAllUsersAllHosts | Optional (publicly accessible) URL to download global PowerShell profile (AllUsersAllHosts). | string | - |
Expand Down

0 comments on commit 18c7f91

Please sign in to comment.