mirror of
https://github.com/khoj-ai/khoj.git
synced 2025-02-17 08:04:21 +00:00
Add note about system requirements for Linux - debian installation. Closes #378.
This commit is contained in:
parent
d00f51b531
commit
6aa998e047
1 changed files with 3 additions and 0 deletions
|
@ -16,6 +16,9 @@ Make sure you meet the prerequisites for Windows installation. You can find them
|
|||
2. Open the downloaded file and double click to install.
|
||||
|
||||
## Linux
|
||||
|
||||
For the Linux installation, you have to have `glibc` version 2.35 or higher. You can check your version with `ldd --version`.
|
||||
|
||||
1. Download the latest release from [here](https://github.com/khoj-ai/khoj/releases). You'll want the `khoj_<version>_amd64.deb` file.
|
||||
2. In your downloads folder, run `sudo dpkg -i khoj_<version>_amd64.deb` to install Khoj.
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue