From 8251b99614ae5f77aa78d11d3affba4bd62f86ab Mon Sep 17 00:00:00 2001 From: Digital Studium Date: Tue, 3 Dec 2024 10:48:01 +0300 Subject: [PATCH] Add batcat installation step --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 3e3db0d..699eb41 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ You can customize these bindings or add extra bindings in `KEY_BINDINGS` variabl - `bat` ## Installation +Install `batcat`: +``` +sudo apt install bat -y +``` 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