From eccd3a7f8c0d98cc9e0c1c0897cf73e5bd8a4705 Mon Sep 17 00:00:00 2001 From: athul Date: Wed, 29 Jan 2020 15:39:30 +0530 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8Add=20Homebrew=20Package?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .goreleaser.yml | 9 +++++++++ README.md | 15 +++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/.goreleaser.yml b/.goreleaser.yml index 6d83c91..d8a0539 100644 --- a/.goreleaser.yml +++ b/.goreleaser.yml @@ -42,3 +42,12 @@ release: github: owner: athul name: pwcli +brews: +- name: pwcli + github: + owner: athul + name: homebrew-tap + folder: Formula + homepage: "https://github.com/athul/pwcli" + description: "Postwoman CLI in Go" + install: bin.install "pwcli" \ No newline at end of file diff --git a/README.md b/README.md index 651619b..2098b29 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,21 @@ # PostWoman CLI [![Build Status](https://travis-ci.com/athul/pwcli.svg?token=udLtq6DyJs4Gxpze9nqX&branch=master)](https://travis-ci.com/athul/pwcli) Use Postwoman's CLI direct from your terminal. +# Installation + +### From Source +- Clone the repo +- Build using `go build` +- Move Binary to `/usr/local/bin/` +### From Binary +- You can find the Binaries in Gzipped form from the [Releases](https://github.com/athul/pwcli releases)page +**Supports** +- Linux(x64,x86) +- Mac(x64) +- Windows(x64,x86) + +### Homebrew +Install by `brew install athul/tap/pwcli` # Usages ```