mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 09:25:06 +01:00
fixed reference link to landing page (#417)
* Fixed zsh error no matches found * Fixed home page 404 error
This commit is contained in:
parent
952bd39536
commit
c8ef619090
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
<div class="khoj-header-wrapper">
|
||||
<div class="filler"></div>
|
||||
<div class="khoj-header">
|
||||
<a class="khoj-logo" href="https://lantern.khoj.dev" target="_blank">
|
||||
<a class="khoj-logo" href="https://khoj.dev" target="_blank">
|
||||
<img class="khoj-logo" src="/static/assets/icons/khoj-logo-sideways.svg" alt="Khoj"></img>
|
||||
</a>
|
||||
<nav class="khoj-nav">
|
||||
|
|
Loading…
Reference in a new issue