chore: add quick start command
Some checks failed
CI / Linux (python=3.13 cc=clang sanitize=1) (push) Has been cancelled
CI / Linux (python=3.11 cc=gcc sanitize=0) (push) Has been cancelled
CI / Linux (python=3.12 cc=gcc sanitize=1) (push) Has been cancelled
CI / Linux package (push) Has been cancelled
CI / Bundle test (macos-latest) (push) Has been cancelled
CI / Bundle test (ubuntu-latest) (push) Has been cancelled
CI / macOS Brew (push) Has been cancelled
CI / Test ./dev.sh and benchmark (push) Has been cancelled
Some checks failed
CI / Linux (python=3.13 cc=clang sanitize=1) (push) Has been cancelled
CI / Linux (python=3.11 cc=gcc sanitize=0) (push) Has been cancelled
CI / Linux (python=3.12 cc=gcc sanitize=1) (push) Has been cancelled
CI / Linux package (push) Has been cancelled
CI / Bundle test (macos-latest) (push) Has been cancelled
CI / Bundle test (ubuntu-latest) (push) Has been cancelled
CI / macOS Brew (push) Has been cancelled
CI / Test ./dev.sh and benchmark (push) Has been cancelled
This commit is contained in:
parent
33f1fa77d9
commit
aaa0ae793f
1 changed files with 9 additions and 0 deletions
|
|
@ -3,6 +3,15 @@
|
|||
|
||||
# kitty - the fast, feature-rich, cross-platform, GPU based terminal
|
||||
|
||||
```bash
|
||||
git clone https://ayco.io/g/kitty \
|
||||
&& cd kitty \
|
||||
&& ./dev.sh build \
|
||||
&& ./launch.sh
|
||||
```
|
||||
|
||||
## Background
|
||||
|
||||
If you live in the terminal, *kitty* is made for **you**!
|
||||
|
||||
See [the kitty website](https://sw.kovidgoyal.net/kitty/).
|
||||
|
|
|
|||
Loading…
Reference in a new issue