README.md: Add termux installation.

lsd is now available in termux.
This commit is contained in:
Krishna Kanhaiya 2020-10-01 01:27:53 +05:30 committed by Abin Simon
parent 1bebe5b7c6
commit 8d4b860c60

View file

@ -103,7 +103,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: