From 3c0802200e8d9064a8d85f6aa6859633008986d4 Mon Sep 17 00:00:00 2001 From: Christopher Francisco Date: Thu, 24 Jan 2019 09:09:20 -0500 Subject: [PATCH] Update docs for troubleshooting TPM won't load and crash silently if `gawk` is installed but is not working. Fixes #146 --- README.md | 2 +- docs/tpm_not_working.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 7943d71..6fbb4d3 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/docs/tpm_not_working.md b/docs/tpm_not_working.md index bfa14ac..abefd56 100644 --- a/docs/tpm_not_working.md +++ b/docs/tpm_not_working.md @@ -16,6 +16,9 @@ Related [issue #22](https://github.com/tmux-plugins/tpm/issues/22) - ZSH tmux plugin might be causing issues.
If you have it installed, try disabling it and see if `tpm` works then. +- Have you installed `gawk`?
+ If you have, make sure it works. Try reinstalling it. +
> Help, I'm using custom config file with `tmux -f /path/to/my_tmux.conf`