https://github.com/rilldata/homebrew-tap
https://github.com/rilldata/homebrew-tap
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/rilldata/homebrew-tap
- Owner: rilldata
- Created: 2022-11-24T15:30:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T15:42:32.000Z (over 1 year ago)
- Last Synced: 2024-05-16T16:50:29.851Z (over 1 year ago)
- Language: Ruby
- Size: 60.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Rill Developer Homebrew Tap
This repository is home to the homebrew tap for [rill-developer](https://github.com/rilldata/rill-developer).
## What is Homebrew?
Package manager for macOS (or Linux), see more at https://brew.sh
## What is a Tap?
A third-party (in relation to Homebrew) repository providing installable
packages (formulae) on macOS and Linux.
See more at https://docs.brew.sh/Taps
## How do I install packages from here?
```sh
brew install rilldata/tap/rill
```
You can also only add the tap which makes formulae within it
available in search results (`brew search` output):
```sh
brew tap rilldata/tap
```
Note: to clone the tap via SSH you will need to use:
```sh
brew tap rilldata/tap https://github.com/rilldata/homebrew-tap
```
While you may search across taps, it is necessary to always use
fully qualified name (incl. the `rilldata/tap/` prefix)
when refering to formulae in external taps such as this one
outside of search.
## What packages are available?
With the following commands, you can install the latest version of each product:
```sh
# Formulae
brew install rilldata/tap/rill
```
## Why should I install packages from this tap?
- Formulae _in this tap_ are maintained by Rill Data.
- Updating of formulae is automated, which means that updates become available as they're released.