From c8ef619090c463439093ce05b4b55270969ece96 Mon Sep 17 00:00:00 2001 From: Muftawo <51520018+Muftawo@users.noreply.github.com> Date: Fri, 4 Aug 2023 17:38:14 +0000 Subject: [PATCH] fixed reference link to landing page (#417) * Fixed zsh error no matches found * Fixed home page 404 error --- docs/development.md | 4 ++++ src/khoj/interface/web/base_config.html | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/development.md b/docs/development.md index 47c8f3a3..dd1aad46 100644 --- a/docs/development.md +++ b/docs/development.md @@ -13,6 +13,10 @@ python3 -m venv .venv && source .venv/bin/activate # Install Khoj for Development pip install -e .[dev] + +# For MacOS or zsh users run this +pip install -e .'[dev]' + ``` #### 2. Run diff --git a/src/khoj/interface/web/base_config.html b/src/khoj/interface/web/base_config.html index cbaa230a..f372d313 100644 --- a/src/khoj/interface/web/base_config.html +++ b/src/khoj/interface/web/base_config.html @@ -12,7 +12,7 @@