diff --git a/src/interface/obsidian/README.md b/src/interface/obsidian/README.md index 96f402d1..e4895776 100644 --- a/src/interface/obsidian/README.md +++ b/src/interface/obsidian/README.md @@ -44,10 +44,11 @@ https://user-images.githubusercontent.com/6413477/210486007-36ee3407-e6aa-4185-8 ![](https://github.com/debanjum/khoj/blob/master/src/interface/obsidian/docs/khoj_on_obsidian_0.2.5.png?) ## 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 -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 pip install khoj-assistant && khoj --no-gui ```