mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 02:41:54 +00:00
Shorten build/run commands
This commit is contained in:
parent
6ad21fc98f
commit
b95e0fb80e
1 changed files with 2 additions and 2 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue