We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c519e75 commit dd219a1Copy full SHA for dd219a1
1 file changed
Formula/README.md
@@ -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