mirror of
https://github.com/lsd-rs/lsd
synced 2024-11-10 14:24:27 +00:00
README.md: Add termux installation.
lsd is now available in termux.
This commit is contained in:
parent
1bebe5b7c6
commit
8d4b860c60
1 changed files with 4 additions and 1 deletions
|
@ -103,7 +103,10 @@ Install with [Scoop](https://scoop.sh):
|
||||||
```powershell
|
```powershell
|
||||||
scoop install lsd
|
scoop install lsd
|
||||||
```
|
```
|
||||||
|
### On Android (via Termux)
|
||||||
|
```sh
|
||||||
|
pkg install lsd
|
||||||
|
```
|
||||||
### From Sources
|
### From Sources
|
||||||
|
|
||||||
With Rust's package manager cargo, you can install lsd via:
|
With Rust's package manager cargo, you can install lsd via:
|
||||||
|
|
Loading…
Reference in a new issue