Skip to content

Commit

Permalink
docs: improve install command
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlienard committed Jan 21, 2024
1 parent 219e601 commit 8fb33a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ A small CLI to create pull requests linked to Linear in seconds.
Run the following:

```bash
curl -o ghl -L https://github.com/colinlienard/ghl/releases/latest/download/ghl && chmod +x ghl && sudo mv ghl /usr/local/bin/
curl -o ghl -L https://github.com/colinlienard/ghl/releases/latest/download/ghl && chmod +x ghl && mv ghl ~/.local/bin/
```

## Usage
Expand Down

0 comments on commit 8fb33a0

Please sign in to comment.