From 6aa998e047e21e3bde8aef6bd62526d04043a5df Mon Sep 17 00:00:00 2001 From: sabaimran Date: Wed, 2 Aug 2023 10:57:36 -0700 Subject: [PATCH] Add note about system requirements for Linux - debian installation. Closes #378. --- docs/desktop_installation.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/desktop_installation.md b/docs/desktop_installation.md index b2b6de5f..c0481c0f 100644 --- a/docs/desktop_installation.md +++ b/docs/desktop_installation.md @@ -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__amd64.deb` file. 2. In your downloads folder, run `sudo dpkg -i khoj__amd64.deb` to install Khoj.