Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/duplocloud/homebrew-tap
Homebrew Tap for DuploCloud's projects
https://github.com/duplocloud/homebrew-tap
Last synced: 2 months ago
JSON representation
Homebrew Tap for DuploCloud's projects
- Host: GitHub
- URL: https://github.com/duplocloud/homebrew-tap
- Owner: duplocloud
- License: other
- Created: 2023-04-04T14:20:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-12T22:43:50.000Z (9 months ago)
- Last Synced: 2024-04-13T22:19:46.551Z (9 months ago)
- Language: Ruby
- Size: 10.7 KB
- Stars: 2
- Watchers: 6
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# DuploCloud Homebrew Tap
- [DuploCloud Homebrew Tap](#duplocloud-homebrew-tap)
- [What is Homebrew?](#what-is-homebrew)
- [What is a Tap?](#what-is-a-tap)
- [How do I install packages from here?](#how-do-i-install-packages-from-here)## 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 tap duplocloud/homebrew-tap
brew install duplo-jit
```