Shorten build/run commands

This commit is contained in:
Kovid Goyal
2018-01-30 15:59:31 +05:30
parent 6ad21fc98f
commit b95e0fb80e

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: Now build the C parts of kitty with the following command:
.... ....
python3 setup.py build make
.... ....
You can run kitty, as: You can run kitty, as:
.... ....
python3 /path/to/kitty/folder python3 .
.... ....
=== Linux packages === Linux packages