Shorten build/run commands
This commit is contained in:
parent
6ad21fc98f
commit
b95e0fb80e
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user