From c4dcb51c91d46ae4332fa0c021c412654871a9df Mon Sep 17 00:00:00 2001 From: sabaimran Date: Tue, 28 Nov 2023 14:37:59 -0800 Subject: [PATCH] Update headings for installation steps to indicate that local and docker setup are exclusive --- docs/setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/setup.md b/docs/setup.md index ce948a0e..6f63576c 100644 --- a/docs/setup.md +++ b/docs/setup.md @@ -9,7 +9,7 @@ These are the general setup instructions for Khoj. For Installation, you can either use Docker or install Khoj locally. -### 1. Installation (Docker) +### Installation Option 1 (Docker) #### Prerequisites 1. Install Docker Engine. See [official instructions](https://docs.docker.com/engine/install/). @@ -25,7 +25,7 @@ docker-compose up Khoj should now be running at http://localhost:42110. You can see the web UI in your browser. -### 1. Installation (Local) +### Installation Option 2 (Local) #### Prerequisites