Add batcat installation step
This commit is contained in:
parent
e0bcc167bb
commit
8251b99614
|
@ -32,6 +32,10 @@ You can customize these bindings or add extra bindings in `KEY_BINDINGS` variabl
|
||||||
- `bat`
|
- `bat`
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
Install `batcat`:
|
||||||
|
```
|
||||||
|
sudo apt install bat -y
|
||||||
|
```
|
||||||
Download and install the latest `kls`:
|
Download and install the latest `kls`:
|
||||||
```
|
```
|
||||||
curl -O "https://git.digitalstudium.com/digitalstudium/kls/raw/branch/main/kls" && sudo install ./kls /usr/local/bin/ && rm -f ./kls
|
curl -O "https://git.digitalstudium.com/digitalstudium/kls/raw/branch/main/kls" && sudo install ./kls /usr/local/bin/ && rm -f ./kls
|
||||||
|
|
Loading…
Reference in New Issue