Add note about system requirements for Linux - debian installation. Closes #378.

This commit is contained in:
sabaimran
2023-08-02 10:57:36 -07:00
parent d00f51b531
commit 6aa998e047

View File

@@ -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. 2. Open the downloaded file and double click to install.
## Linux ## 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. 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. 2. In your downloads folder, run `sudo dpkg -i khoj_<version>_amd64.deb` to install Khoj.