Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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
```