fixed reference link to landing page (#417)

* Fixed zsh error no matches found
* Fixed home page 404 error
This commit is contained in:
Muftawo
2023-08-04 17:38:14 +00:00
committed by GitHub
parent 952bd39536
commit c8ef619090
2 changed files with 5 additions and 1 deletions

View File

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