From a403ca3b67f880fc3ef3f585bae2779932570cf5 Mon Sep 17 00:00:00 2001 From: Ethan Chan Date: Sun, 4 Nov 2018 16:40:07 -0800 Subject: [PATCH] Update README.md installation instructions. `run '~/.tmux/plugins/tpm/tpm'` should be run in the background, so the `-b` flag was added. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d560605..834a6ff 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible' # set -g @plugin 'git@bitbucket.com/user/plugin' # Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf) -run '~/.tmux/plugins/tpm/tpm' +run -b '~/.tmux/plugins/tpm/tpm' ``` Reload TMUX environment so TPM is sourced: