From 96d16dd27d65a697c19f973c730bfabbfe8d8202 Mon Sep 17 00:00:00 2001 From: Bastian Hofmann Date: Fri, 5 Jan 2024 16:48:38 +0100 Subject: [PATCH] Update qdrant-landing/content/documentation/guides/installation.md Co-authored-by: Mike Jang --- qdrant-landing/content/documentation/guides/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qdrant-landing/content/documentation/guides/installation.md b/qdrant-landing/content/documentation/guides/installation.md index f0cf3279b..89a9d6baa 100644 --- a/qdrant-landing/content/documentation/guides/installation.md +++ b/qdrant-landing/content/documentation/guides/installation.md @@ -149,7 +149,7 @@ configs: ### From source Qdrant is written in Rust and can be compiled into a binary executable. -This installation method can be helpful if you want to compile Qdrant for a specific processor architecture or if you do not want to use Docker for some reason. +This installation method can be helpful if you want to compile Qdrant for a specific processor architecture or if you do not want to use Docker. Before compiling, make sure that the necessary libraries and the [rust toolchain](https://www.rust-lang.org/tools/install) are installed. The current list of required libraries can be found in the [Dockerfile](https://github.com/qdrant/qdrant/blob/master/Dockerfile).