Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 5 additions & 34 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -73,43 +73,14 @@

## 📦 Install

**Using `brew`**   ![Homebrew](https://img.shields.io/badge/Homebrew-FBB040?style=flat-square&logo=homebrew&logoColor=white)

```bash
brew install sofq/tap/jr
```

<details>
<summary><b>More install methods</b></summary>

<br>

**Using `npm`** &nbsp; ![npm](https://img.shields.io/badge/npm-CB3837?style=flat-square&logo=npm&logoColor=white)

```bash
npm install -g jira-jr
brew install sofq/tap/jr # macOS / Linux
npm install -g jira-jr # Node
pip install jira-jr # Python
scoop bucket add sofq https://github.com/sofq/scoop-bucket && scoop install jr # Windows
go install github.com/sofq/jira-cli@latest # Go
```

**Using `pip`** &nbsp; ![PyPI](https://img.shields.io/badge/pip-3776AB?style=flat-square&logo=pypi&logoColor=white)

```bash
pip install jira-jr
```

**Using `scoop`** &nbsp; ![Scoop](https://img.shields.io/badge/Scoop-4FC08D?style=flat-square&logoColor=white)

```bash
scoop bucket add sofq https://github.com/sofq/scoop-bucket && scoop install jr
```

**Using `go install`** &nbsp; ![Go](https://img.shields.io/badge/Go-00ADD8?style=flat-square&logo=go&logoColor=white)

```bash
go install github.com/sofq/jira-cli@latest
```

</details>

<p align="right"><a href="#table-of-contents">↑ Back to top</a></p>

<img src=".github/readme/divider.svg" width="100%" alt="">
Expand Down
Loading