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.
- Host: GitHub
- URL: https://github.com/cecilapp/homebrew-tap
- Owner: Cecilapp
- License: mit
- Created: 2022-11-21T22:43:11.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-09-17T15:49:26.000Z (over 1 year ago)
- Last Synced: 2024-10-29T18:40:29.902Z (over 1 year ago)
- Topics: brew, cecil
- Language: Ruby
- Homepage: https://cecil.app
- Size: 151 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```