mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 21:29:12 +00:00
Add more details to setup Khoj backend in Obsidian plugin readme
This commit is contained in:
@@ -44,10 +44,11 @@ https://user-images.githubusercontent.com/6413477/210486007-36ee3407-e6aa-4185-8
|
|||||||

|

|
||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
*Note: Ensure you follow the ordering of the setup steps. Install the plugin after starting the khoj backend. This allows the plugin to configure the khoj backend.*
|
- *Make sure [python](https://realpython.com/installing-python/) and [pip](https://pip.pypa.io/en/stable/installation/) are installed on your machine*
|
||||||
|
- *Ensure you follow the ordering of the setup steps. Install the plugin after starting the khoj backend. This allows the plugin to configure the khoj backend*
|
||||||
|
|
||||||
### 1. Setup Backend
|
### 1. Setup Backend
|
||||||
Run below command in your terminal to install and start the khoj backend
|
Open terminal/cmd and run below command to install and start the khoj backend
|
||||||
```shell
|
```shell
|
||||||
pip install khoj-assistant && khoj --no-gui
|
pip install khoj-assistant && khoj --no-gui
|
||||||
```
|
```
|
||||||
|
|||||||
Reference in New Issue
Block a user