44
55[ ![ License: MIT] ( https://img.shields.io/badge/License-MIT-yellow.svg )] ( https://opensource.org/licenses/MIT )
66[ ![ GitHub release] ( https://img.shields.io/github/release/0xkaz/claude-auto-commit.svg )] ( https://github.com/0xkaz/claude-auto-commit/releases )
7- [ ![ Website] ( https://img.shields.io/badge/website-claude--auto--commit.0xkaz.com-blue )] ( https://claude-auto-commit.0xkaz.com/ )
87[ ![ GitHub stars] ( https://img.shields.io/github/stars/0xkaz/claude-auto-commit.svg )] ( https://github.com/0xkaz/claude-auto-commit/stargazers )
98
109Claude Auto-Commit is an open-source tool that automatically generates intelligent Git commit messages by analyzing your code changes using Claude AI. It integrates seamlessly into your development workflow and supports multiple languages and configurations.
@@ -20,7 +19,10 @@ Claude Auto-Commit is an open-source tool that automatically generates intellige
2019### Installation
2120
2221``` bash
23- curl -fsSL https://claude-auto-commit.0xkaz.com/install.sh | bash
22+ # Download the latest release
23+ curl -L -o claude-auto-commit https://github.com/0xkaz/claude-auto-commit/releases/latest/download/claude-auto-commit.sh
24+ chmod +x claude-auto-commit
25+ sudo mv claude-auto-commit /usr/local/bin/
2426```
2527
2628### Basic Usage
@@ -54,7 +56,7 @@ claude-auto-commit -l en -e -t feat
5456- [ 日本語ドキュメント] ( ./docs/ja/README.md )
5557- [ 中文文档] ( ./docs/zh/README.md )
5658
57- Complete documentation and examples available at [ claude-auto-commit.0xkaz.com ] ( https://claude-auto-commit.0xkaz.com )
59+ Complete documentation available in this repository.
5860
5961## 📋 Requirements
6062
@@ -144,14 +146,14 @@ claude-auto-commit --update
144146
145147## 🔧 Installation Methods
146148
147- ### Method 1: One-liner (Recommended)
149+ ### Method 1: Installation Script (Recommended)
148150``` bash
149- curl -fsSL https://claude-auto-commit.0xkaz.com /install.sh | bash
151+ curl -fsSL https://raw.githubusercontent.com/0xkaz/ claude-auto-commit/main/scripts /install.sh | bash
150152```
151153
152- ### Method 2: Manual Download
154+ ### Method 2: Download from GitHub Releases
153155``` bash
154- # Download the script
156+ # Download the latest release
155157curl -L -o claude-auto-commit https://github.com/0xkaz/claude-auto-commit/releases/latest/download/claude-auto-commit.sh
156158chmod +x claude-auto-commit
157159sudo mv claude-auto-commit /usr/local/bin/
@@ -165,6 +167,14 @@ chmod +x src/claude-auto-commit.sh
165167sudo ln -s $( pwd) /src/claude-auto-commit.sh /usr/local/bin/claude-auto-commit
166168```
167169
170+ ### Method 4: Direct Script Usage
171+ ``` bash
172+ # For development or testing
173+ git clone https://github.com/0xkaz/claude-auto-commit.git
174+ cd claude-auto-commit
175+ ./src/claude-auto-commit.sh [options]
176+ ```
177+
168178## ⚙️ Configuration
169179
170180Create ` ~/.claude-auto-commit/config.yml ` :
@@ -213,4 +223,4 @@ This project is licensed under the MIT License - see the [LICENSE](./LICENSE) fi
213223
214224**Made with ❤️ for the developer community**
215225
216- [Report Issues](https://github.com/0xkaz/claude-auto-commit/issues) | [Request Features](https://github.com/0xkaz/claude-auto-commit/issues/new?template=feature_request.md) | [Documentation](https://claude-auto-commit.0xkaz.com )
226+ [Report Issues](https://github.com/0xkaz/claude-auto-commit/issues) | [Request Features](https://github.com/0xkaz/claude-auto-commit/issues/new?template=feature_request.md) | [Documentation](https://github.com/0xkaz/ claude-auto-commit)
0 commit comments