docs: Clarify how to use batman instead of man

This commit is contained in:
Ethan P. 2024-02-12 15:46:36 -08:00
parent 6c8879f1d7
commit c9e917e43a
No known key found for this signature in database
GPG Key ID: 1BA2A0CC7C22B854

View File

@ -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