Skip to content

Commit dd219a1

Browse files
committed
add README
1 parent c519e75 commit dd219a1

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Formula/README.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Formula
2+
3+
## Description
4+
5+
This project contains the [homebrew](https://brew.sh/) formula for `pancake`.
6+
7+
## Installation
8+
9+
To install `pancake` using this formula, first ensure you have Homebrew
10+
installed. Then, tap this repository and install `pancake`:
11+
12+
```shell
13+
brew tap thiagowfx/pancake https://github.com/thiagowfx/pancake.git
14+
brew install --HEAD pancake
15+
```
16+
17+
## Usage
18+
19+
After installation, all scripts end up in the homebrew `bin/` directory, which
20+
should already be in your `$PATH`.
21+
22+
Use `brew ls pancake` to list them all.

0 commit comments

Comments
 (0)