Skip to content

Commit

Permalink
add installation instructions to README
Browse files Browse the repository at this point in the history
  • Loading branch information
noahgorstein authored Sep 19, 2022
1 parent 07d4f27 commit 5e9141e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,20 @@ This application utilizes [itchny's](https://github.com/itchyny) implementation

## Installation

### homebrew

```bash
brew install noahgorstein/tap/jqp
```

### Github releases

Download the relevant asset for your operating system from the latest Github release. Unpack it, then move the binary to somewhere accessible in your `PATH`, e.g. `mv ./jqp /usr/local/bin`.

### Build from source

Clone this repo, build from source with `cd jqp && go build`, then move the binary to somewhere accessible in your `PATH`, e.g. `mv ./jqp /usr/local/bin`.

## Usage

```
Expand Down

0 comments on commit 5e9141e

Please sign in to comment.