From b95e0fb80e8a6c3246ef7096947e0bcf02742d49 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Tue, 30 Jan 2018 15:59:31 +0530 Subject: [PATCH] Shorten build/run commands --- README.asciidoc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.asciidoc b/README.asciidoc index f7f2f7b82..a8a34907a 100644 --- a/README.asciidoc +++ b/README.asciidoc @@ -108,13 +108,13 @@ git clone https://github.com/kovidgoyal/kitty && cd kitty Now build the C parts of kitty with the following command: .... -python3 setup.py build +make .... You can run kitty, as: .... -python3 /path/to/kitty/folder +python3 . .... === Linux packages