Skip to content
This repository was archived by the owner on Apr 15, 2020. It is now read-only.

Commit 33d807d

Browse files
committed
Documentation how to bottle
1 parent d28b647 commit 33d807d

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
*.tar.gz

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,17 @@
11
[Homebrew](https://brew.sh) tap for [reception](https://github.com/ninech/reception).
2+
3+
## Usage
4+
5+
brew tap ninech/homebrew-reception
6+
brew install reception
7+
8+
## How to bottle
9+
10+
brew install --build-bottle reception
11+
brew bottle reception
12+
13+
1. Copy the output to `Formula/reception.rb`.
14+
2. Commit & Push the change.
15+
3. Create a new release called exactly like the version number in the tar.gz
16+
file.
17+
4. Attach the tar.gz file to the release

0 commit comments

Comments
 (0)