From f2a9f187f2a8a95377756f85796e637da4b9c565 Mon Sep 17 00:00:00 2001 From: zwitschi Date: Mon, 27 Apr 2026 18:29:15 +0200 Subject: [PATCH] update README with correct repository clone URL and format project structure section --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d3fac77..5fb00c4 100644 --- a/README.md +++ b/README.md @@ -21,8 +21,8 @@ A multi-modal AI web application. Users can choose between different AI models f ```bash # Clone the repo -git clone -cd 12-ai.allucanget.biz +git clone https://git.allucanget.biz/allucanget/ai.allucanget.biz.git +cd ai.allucanget.biz # Create and activate virtual environment python -m venv .venv @@ -60,7 +60,7 @@ pytest ## Project Structure -``` +```txt backend/ FastAPI backend app/ routers/ API route handlers