From 6d6c3c63a77a9b1a54babf9de48ea87d854dc5bd Mon Sep 17 00:00:00 2001 From: kpcto Date: Sat, 1 Feb 2025 00:03:38 +0000 Subject: [PATCH] readme updated with correct link to git --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d6fdddd..d0dbcae 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ -# 🤖 Last-In AI: Your Papers Please! - Work in Progress +# [ Work in Progress ] +# 🤖 Last-In AI: Your Papers Please! [![Python](https://img.shields.io/badge/python-3.8+-blue.svg)](https://www.python.org/downloads/) [![arXiv](https://img.shields.io/badge/arXiv-2401.00000-b31b1b.svg)](https://arxiv.org) @@ -39,7 +40,7 @@ docker/ # Container configuration 🐳 1. Clone this repository (because good things should be shared) ```bash -git clone https://github.com/yourusername/lastin-ai.git +git clone https://git.stevanovic.co.uk/kpcto/lastin-ai.git cd lastin-ai ``` @@ -58,7 +59,7 @@ cp .env.example .env 1. Clone and navigate to the repository ```bash -git clone https://github.com/yourusername/lastin-ai.git +git clone https://git.stevanovic.co.uk/kpcto/lastin-ai.git cd lastin-ai ```