Merge installation steps
This commit is contained in:
parent
03af8f8373
commit
e0bcc167bb
|
@ -32,12 +32,8 @@ You can customize these bindings or add extra bindings in `KEY_BINDINGS` variabl
|
||||||
- `bat`
|
- `bat`
|
||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
Download latest `kls`:
|
Download and install the latest `kls`:
|
||||||
```
|
```
|
||||||
curl -O "https://git.digitalstudium.com/digitalstudium/kls/raw/branch/main/kls"
|
curl -O "https://git.digitalstudium.com/digitalstudium/kls/raw/branch/main/kls" && sudo install ./kls /usr/local/bin/ && rm -f ./kls
|
||||||
```
|
|
||||||
Then install it:
|
|
||||||
```
|
|
||||||
sudo install ./kls /usr/local/bin/
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue