From ca24e9ca670bd9a38f6f2ecb2a43323612e154d8 Mon Sep 17 00:00:00 2001 From: Mark Sisson <5761292+marksisson@users.noreply.github.com> Date: Sun, 9 Oct 2022 00:02:38 -0500 Subject: [PATCH] change linux_package build instructions to use make target --- docs/build.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/build.rst b/docs/build.rst index 912bb047d..af852a6ab 100644 --- a/docs/build.rst +++ b/docs/build.rst @@ -160,7 +160,7 @@ While |kitty| does use Python, it is not a traditional Python package, so please do not install it in site-packages. Instead run:: - python3 setup.py linux-package + make linux-package This will install |kitty| into the directory :file:`linux-package`. You can run |kitty| with :file:`linux-package/bin/kitty`. All the files needed to run kitty