From e0bcc167bbb4d1046ec55aa0bbe8535a5b5c3f73 Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Tue, 3 Dec 2024 10:46:07 +0300 Subject: [PATCH] Merge installation steps --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index ddfc73a..3e3db0d 100644 --- a/README.md +++ b/README.md @@ -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 ```