From 0c5a053c9ca790d11a9a463527724e3edf66ae7f Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Mon, 3 Feb 2025 11:18:18 +0530 Subject: [PATCH] ... --- docs/build.rst | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/build.rst b/docs/build.rst index 2f2104c8b..9998112c9 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -25,9 +25,7 @@ That's it, kitty will be built from source, magically. You can run it as This works, because the :code:`./dev.sh build` command downloads all the major dependencies of kitty as pre-built binaries for your platform and builds kitty to use these rather than system libraries. The few required system libraries -are mostly X11 and DBUS on Linux, as can be seen in the `linux-dev -`__ -CI job. +are X11 and DBUS on Linux. If you make changes to kitty code, simply re-run :code:`./dev.sh build` to build kitty with your changes.