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