From 4dbb36e454f5c6f149283e4ce956e656a5429dc3 Mon Sep 17 00:00:00 2001 From: Krishna Kanhaiya Date: Thu, 1 Oct 2020 01:27:53 +0530 Subject: [PATCH 1/3] README.md: Add termux installation. lsd is now available in termux. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c7b23e680..109305df9 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,10 @@ Install with [Scoop](https://scoop.sh): ```powershell scoop install lsd ``` - +### On Android (via Termux) +```sh +pkg install lsd +``` ### From Sources With Rust's package manager cargo, you can install lsd via: From 99fa51d9fe6348827b81b766d59bcea44836dcdf Mon Sep 17 00:00:00 2001 From: Krishna Kanhaiya Date: Fri, 2 Oct 2020 10:35:25 +0530 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 109305df9..409d4e1ff 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,7 @@ scoop install lsd ```sh pkg install lsd ``` +`lsd` require Nerd Font to showing icons properly. [Setup Nerd Font in Termux](https://github.com/Peltoche/lsd/issues/423) ### From Sources With Rust's package manager cargo, you can install lsd via: From 89dce21510017f54f1194384b2eb2dc3d7d4730d Mon Sep 17 00:00:00 2001 From: Krishna Kanhaiya Date: Fri, 2 Oct 2020 10:56:25 +0530 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 409d4e1ff..d404a81d0 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,7 @@ scoop install lsd ```sh pkg install lsd ``` -`lsd` require Nerd Font to showing icons properly. [Setup Nerd Font in Termux](https://github.com/Peltoche/lsd/issues/423) +[Setup Nerd Fonts in Termux](https://github.com/Peltoche/lsd/issues/423) ### From Sources With Rust's package manager cargo, you can install lsd via: