readme updated with correct link to git

This commit is contained in:
kpcto 2025-02-01 00:03:38 +00:00
parent f36f898d01
commit 6d6c3c63a7

View File

@ -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/) [![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) [![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) 1. Clone this repository (because good things should be shared)
```bash ```bash
git clone https://github.com/yourusername/lastin-ai.git git clone https://git.stevanovic.co.uk/kpcto/lastin-ai.git
cd lastin-ai cd lastin-ai
``` ```
@ -58,7 +59,7 @@ cp .env.example .env
1. Clone and navigate to the repository 1. Clone and navigate to the repository
```bash ```bash
git clone https://github.com/yourusername/lastin-ai.git git clone https://git.stevanovic.co.uk/kpcto/lastin-ai.git
cd lastin-ai cd lastin-ai
``` ```