Skip to content

Commit

Permalink
docs: remove unnecessary content from README
Browse files Browse the repository at this point in the history
- Clean up installation instructions
- Remove redundant sections
  • Loading branch information
renatogalera committed Feb 17, 2025
1 parent 749d134 commit f5df14e
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,6 @@ sudo mv ai-commit /usr/local/bin/

---

## 🛠️ Installation

```bash
git clone https://github.com/renatogalera/ai-commit.git
cd ai-commit
go build -o ai-commit ./cmd/ai-commit
# Optionally move it into your PATH for global access
sudo mv ai-commit /usr/local/bin/
```

---

## ⚙️ Configuration

AI-Commit automatically creates a `config.yaml` file at `~/.config/ai-commit/config.yaml` upon first run. This file lets you personalize default settings:
Expand Down

0 comments on commit f5df14e

Please sign in to comment.