Skip to content

Latest commit

 

History

History
59 lines (36 loc) · 1.33 KB

README.md

File metadata and controls

59 lines (36 loc) · 1.33 KB

Homebrew Formulas

Homebrew formulas for Axiom, Inc. open source projects.

Brew Workflow


Table of Contents

  1. Introduction
  2. Usage
  3. Contributing
  4. License

Introduction

This repository is a collection of Homebrew formulas for some of the Axiom, Inc. open source projects, a so called Tap.

Usage

There are two ways to use the formulas in this repository.

Tap installation

Install the tap first and install the formula like any other core formula.

 brew tap axiomhq/tap
 brew install <formula>

Direct installation

Directly install the formula from the tap before installing the tap first.

 brew install axiomhq/tap/<formula>

Contributing

Formulas are mostly auto-committed to this repository. If you find any issues, please fill an issue in the upstream repository.

License

© Axiom, Inc., 2023

Formulas are licensed individually, depending on the license their upstream repository declares. Check the <formula>.rb files.