mirror of
https://github.com/eth-p/bat-extras.git
synced 2024-12-04 13:33:15 +01:00
docs: Clarify how to use batman instead of man
This commit is contained in:
parent
6c8879f1d7
commit
c9e917e43a
@ -11,6 +11,14 @@ If you have `fzf` installed, you can even use `batman` to search through manual
|
||||
|
||||
batman [SECTION] [ENTRY]
|
||||
|
||||
### As a Replacement for Man
|
||||
|
||||
Please do not use `batman` as the `MANPAGER`.
|
||||
If you want to use `batman` instead of `man`, you should set a shell alias:
|
||||
|
||||
```bash
|
||||
alias man='batman' # bash
|
||||
```
|
||||
|
||||
|
||||
## Environment
|
||||
|
Loading…
Reference in New Issue
Block a user