https://github.com/powershell/homebrew-tap
https://github.com/powershell/homebrew-tap
hacktoberfest
Last synced: 9 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/powershell/homebrew-tap
- Owner: PowerShell
- License: mit
- Created: 2020-04-29T20:32:44.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2024-10-30T21:06:28.000Z (over 1 year ago)
- Last Synced: 2025-01-29T22:21:35.792Z (over 1 year ago)
- Topics: hacktoberfest
- Language: Ruby
- Homepage:
- Size: 608 KB
- Stars: 19
- Watchers: 5
- Forks: 16
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: .github/SECURITY.md
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).