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 ```