An open API service indexing awesome lists of open source software.

https://github.com/powershell/homebrew-tap


https://github.com/powershell/homebrew-tap

hacktoberfest

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Homebrew tap for PowerShell Products

## Requirements

1. You must be running a version of macOS supported by PowerShell.
1. See [Homebrew requirements](https://docs.brew.sh/Installation#macos-requirements)

## Fomula List

### PowerShell Channels

* [Stable](#powershell-stable)
* [Preview](#powershell-preview)
* [LTS](#powershell-lts)
* [~~Daily~~](#powershell-daily)
* Daily is marked as not supported and will only be occasionally update.
Please move to one of the other channels.

Learn more about using PowerShell ...

Issues can be reported at [PowerShell/PowerShell](https://github.com/PowerShell/PowerShell/issues/new/choose).

## Install Instructions

### PowerShell Stable

```
brew install powershell/tap/powershell
```

You can now run the `pwsh` to get started.

To upgrade to the latest version, run:

```
brew upgrade powershell
```

### PowerShell Preview

```
brew install powershell/tap/powershell-preview
```

You can now run the `pwsh-preview` to get started.

To upgrade to the latest version, run:

```
brew upgrade powershell-preview
```

### PowerShell LTS

```
brew install powershell/tap/powershell-lts
```

You can now run the `pwsh-lts` to get started.

To upgrade to the latest version, run:

```
brew upgrade powershell-lts
```

### PowerShell Daily

```
brew install powershell/tap/powershell-daily
```

You can now run the `pwsh-daily` to get started.

To upgrade to the latest version, run:

```
brew upgrade powershell-daily
```

## Code of Conduct

Please see our [Code of Conduct](.github/CODE_OF_CONDUCT.md) before participating in this project.

## Security Policy

For any security issues, please see our [Security Policy](.github/SECURITY.md).