Update docs for troubleshooting

TPM won't load and crash silently if `gawk` is installed but is not
working.

Fixes #146
This commit is contained in:
Christopher Francisco 2019-01-24 09:09:20 -05:00
parent 2ab1d9101b
commit 3c0802200e
2 changed files with 4 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Tested and working on Linux, OSX, and Cygwin.
### Installation
Requirements: `tmux` version 1.9 (or higher), `git`, `bash`.
Requirements: `tmux` version 1.9 (or higher), `git`, `bash`. If you have installed `gawk`, make sure it works.
Clone TPM:

View File

@ -16,6 +16,9 @@ Related [issue #22](https://github.com/tmux-plugins/tpm/issues/22)
- ZSH tmux plugin might be causing issues.<br/>
If you have it installed, try disabling it and see if `tpm` works then.
- Have you installed `gawk`?<br/>
If you have, make sure it works. Try reinstalling it.
<hr />
> Help, I'm using custom config file with `tmux -f /path/to/my_tmux.conf`