From c6f69fc0a6d362366823e7fb96c67cedc8e1c91c Mon Sep 17 00:00:00 2001
From: timothycarambat <rambat1010@gmail.com>
Date: Tue, 13 Jun 2023 13:25:56 -0700
Subject: [PATCH] add Docker setup to Readme.md

---
 README.md | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 062a49e8f..ceca8dbed 100644
--- a/README.md
+++ b/README.md
@@ -42,7 +42,11 @@ This monorepo consists of three main sections:
 - a [Pinecone.io](https://pinecone.io) free account*.
 *you can use drop in replacements for these. This is just the easiest to get up and running fast. We support multiple vector database providers.
 
-### How to get started
+## How to get started (Docker - simple setup)
+[Get up and running in minutes with Docker](./docker/HOW_TO_USE_DOCKER.md)
+
+
+### How to get started (Development environment)
 - `yarn setup` from the project root directory.
   - This will fill in the required `.env` files you'll need in each of the application sections. Go fill those out before proceeding or else things won't work right.
 - `cd frontend && yarn install && cd ../server && yarn install` from the project root directory.