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

https://github.com/cecilapp/homebrew-tap

This repository contains a Homebrew Formulae for installing Cecil on macOS.
https://github.com/cecilapp/homebrew-tap

brew cecil

Last synced: about 2 months ago
JSON representation

This repository contains a Homebrew Formulae for installing Cecil on macOS.

Awesome Lists containing this project

README

          

# 🍺 Homebrew Cecil Formulae

This repository contains a [Homebrew](https://brew.sh) Formulae for installing [Cecil](https://github.com/Cecilapp/Cecil) on macOS.

## Usage

To install the lastest stable release of Cecil, just run the following command:

```bash
brew install cecilapp/tap/cecil
```

You can then run the `cecil` command from anywhere in the system:

```bash
cecil about
```

If you need to install others versions of Cecil, first you need to _tap_ the repository:

```bash
brew tap cecilapp/tap
```

Then run one of the following commands:

```bash
brew install cecil # install latest version
brew install cecil-preview # install preview version
brew install cecil@7 # install branch 7
```