Merge installation steps

This commit is contained in:
Digital Studium 2024-12-03 10:46:07 +03:00
parent 03af8f8373
commit e0bcc167bb
1 changed files with 2 additions and 6 deletions

View File

@ -32,12 +32,8 @@ You can customize these bindings or add extra bindings in `KEY_BINDINGS` variabl
- `bat`
## Installation
Download latest `kls`:
Download and install the latest `kls`:
```
curl -O "https://git.digitalstudium.com/digitalstudium/kls/raw/branch/main/kls"
```
Then install it:
```
sudo install ./kls /usr/local/bin/
curl -O "https://git.digitalstudium.com/digitalstudium/kls/raw/branch/main/kls" && sudo install ./kls /usr/local/bin/ && rm -f ./kls
```