Skip to content

Commit

Permalink
Fix docker-compose command in README
Browse files Browse the repository at this point in the history
  • Loading branch information
baptiste-pasquier committed Apr 15, 2024
1 parent 7868535 commit b579651
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ This is a starter kit to deploy a modularizable RAG locally or on the cloud (or

## Quickstart

This quickstart will guide you through the steps to serve the RAG and load a few documents.
This quickstart will guide you through the steps to serve the RAG and load a few documents.

You will run both the back and front on your machine.

Expand All @@ -38,7 +38,7 @@ If you have docker installed and running you can run the whole RAG app using it.

Start the service:
```shell
docker compose up -d
docker-compose up -d
```

Make sure both the front and back are alive:
Expand Down

0 comments on commit b579651

Please sign in to comment.