Skip to content

Commit fc62f08

Browse files
authored
Fix brew installation instructions
1 parent 1b2802c commit fc62f08

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,10 @@
44
## Installation
55

66
```bash
7-
brew tap free-now/cli "https://github.com/freenowtech/git-jira.git"
8-
brew install free-now/cli/git-jira
7+
brew tap freenowtech/cli
8+
brew install freenowtech/cli/git-jira
99
```
1010

11-
1211
Create a Personal Access Token (PAT) in **JIRA** (not Confluence ⚠️) as per [instruction](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html#UsingPersonalAccessTokens-CreatingPATsintheapplication).
1312

1413
Add `$JIRA_PAT` and `$JIRA_INSTANCE` to your favorite shell:

0 commit comments

Comments
 (0)