From 7bdd7344fb1e5e8b6a4e9ecc6a69ef62a5559645 Mon Sep 17 00:00:00 2001 From: Victor Giers Date: Sun, 1 Jun 2025 09:33:39 +0200 Subject: [PATCH] auto-git: [change] README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 45d43ae..d977199 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,15 @@ Auto-Git: Git-Surveillance with automatic LLM-Commit-Message and README.md compilation. ## Features -- Monitors changes in your Git repositories. +- Monitors selected git repositories for changes. - Automatically generates commit messages using a Large Language Model (LLM). -- Compiles README.md files for your projects. +- Compiles and updates the `README.md` file based on the project's source code. -## Usage - -### Installation +## Installation 1. Clone the repository: ```bash - git clone https://github.com/your-repo/auto-git.git + git clone https://github.com/victorgiers/auto-git.git cd auto-git @@ -39,10 +37,12 @@ Auto-Git: Git-Surveillance with automatic LLM-Commit-Message and README.md compi npm start -### Configuration +## Usage -- Configure your Git repositories in the `settings.json` file. -- Set up your preferred LLM model and other parameters. +1. Open the application. +2. Add your git repositories to be monitored. +3. Configure settings such as LLM model and author details. +4. Let Auto-Git handle commit messages and README compilation. ## License