Update README.md

This commit is contained in:
Edwin Jose 2025-09-12 11:58:08 -04:00
parent a531ed4ab4
commit 37c780152a

View file

@ -22,7 +22,7 @@ OpenRAG is a comprehensive Retrieval-Augmented Generation platform that enables
```bash
# Clone and setup environment
git clone <repository-url>
git clone https://github.com/langflow-ai/openrag.git
cd openrag
make setup # Creates .env and installs dependencies
```