Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexcb/homebrew-earthly
https://github.com/alexcb/homebrew-earthly
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/alexcb/homebrew-earthly
- Owner: alexcb
- Created: 2021-07-08T23:29:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-22T23:17:00.000Z (over 1 year ago)
- Last Synced: 2024-05-09T10:26:50.726Z (7 months ago)
- Language: Ruby
- Size: 74.2 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# homebrew-earthly
This repository contains the homebrew formula required to install `earthly` on MacOS via `brew`.
To install earthly on MacOS, run:
```
brew install earthly/earthly/earthly && earthly bootstrap
```As described on the [get earthly](https://earthly.dev/get-earthly) page.
## FAQ
### What's the difference between homebrew-core and earthly/earthly/earthly
If you run `brew install earthly`, you will install the version from [homebrew-core](https://github.com/homebrew/homebrew-core), which is controlled by the homebrew community.
Instead, it's recommended to install earthly from the earthly tap, which is maintained by earthly, and is part of the official earthly release process. This means near-zero delay between propigating a [binary release](https://github.com/earthly/earthly/releases) to the tap. Releases to the homebrew-core tap, on the otherhand, must be approved by the homebrew-core maintainers which introduces delay.