mirror of
https://github.com/tmux-plugins/tpm.git
synced 2024-12-04 18:58:49 +00:00
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:
parent
2ab1d9101b
commit
3c0802200e
@ -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:
|
||||
|
||||
|
@ -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`
|
||||
|
Loading…
Reference in New Issue
Block a user