mirror of
https://github.com/sharkdp/bat
synced 2024-11-15 00:27:10 +00:00
Update with termux installation
This commit is contained in:
parent
d124ebeced
commit
2da11097f9
1 changed files with 7 additions and 0 deletions
|
@ -256,6 +256,13 @@ You can install `bat` via xbps-install:
|
|||
xbps-install -S bat
|
||||
```
|
||||
|
||||
### On Termux
|
||||
|
||||
You can install `bat` via pkg:
|
||||
```bash
|
||||
pkg install bat
|
||||
```
|
||||
|
||||
### On FreeBSD
|
||||
|
||||
You can install a precompiled [`bat` package](https://www.freshports.org/textproc/bat) with pkg:
|
||||
|
|
Loading…
Reference in a new issue