Update headings for installation steps to indicate that local and docker setup are exclusive

This commit is contained in:
sabaimran
2023-11-28 14:37:59 -08:00
parent a6ca2076d5
commit c4dcb51c91

View File

@@ -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