From 1f6806d68b2490f7c1ea013dfcfce7305a6f9eb6 Mon Sep 17 00:00:00 2001 From: nikitadan4pi <85764647+nikitadan4pi@users.noreply.github.com> Date: Mon, 12 Jan 2026 18:44:47 +0300 Subject: [PATCH] chore: update linux build docs --- docs/building-linux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/building-linux.md b/docs/building-linux.md index 4b304fe3d0..81d2e64658 100644 --- a/docs/building-linux.md +++ b/docs/building-linux.md @@ -6,7 +6,7 @@ Choose a folder for the future build, for example **/home/user/TBuild**. It will ### Clone source code and prepare libraries -Install [poetry](https://python-poetry.org), go to ***BuildPath*** and run +Install [poetry](https://python-poetry.org), [docker](https://www.docker.com/) and [docker-buildx](https://docs.docker.com/reference/cli/docker/buildx/), go to ***BuildPath*** and run git clone --recursive https://github.com/AyuGram/AyuGramDesktop.git tdesktop ./tdesktop/Telegram/build/prepare/linux.sh