Shorten build/run commands

This commit is contained in:
Kovid Goyal 2018-01-30 15:59:31 +05:30
parent 6ad21fc98f
commit b95e0fb80e
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -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