Skip to content

Commit

Permalink
Add Homebrew installation instructions to README
Browse files Browse the repository at this point in the history
- Added Homebrew installation instructions for macOS and Linux
- Removed previous Python-specific instructions from README
  • Loading branch information
raghavpillai committed Jul 21, 2024
1 parent d684d26 commit 2f476d8
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,15 @@ alias gc="gencommit"

- Python 3.11+

### Recommended: Homebrew (macOS and Linux)

```bash
brew tap raghavpillai/gen-commit https://github.com/raghavpillai/gen-commit.git
brew install gen-commit
```

### Python

Install the gen-commit package using pip:

```bash
Expand Down

0 comments on commit 2f476d8

Please sign in to comment.