From 33d807d901b51433a60afa5fc7b9ac0ddfe9548a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christian=20Ma=CC=88der?= Date: Wed, 27 Sep 2017 00:54:03 +0200 Subject: [PATCH] Documentation how to bottle --- .gitignore | 1 + README.md | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..335ec95 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.tar.gz diff --git a/README.md b/README.md index c51bbc3..78f1175 100644 --- a/README.md +++ b/README.md @@ -1 +1,17 @@ [Homebrew](https://brew.sh) tap for [reception](https://github.com/ninech/reception). + +## Usage + + brew tap ninech/homebrew-reception + brew install reception + +## How to bottle + + brew install --build-bottle reception + brew bottle reception + +1. Copy the output to `Formula/reception.rb`. +2. Commit & Push the change. +3. Create a new release called exactly like the version number in the tar.gz + file. +4. Attach the tar.gz file to the release