From 913f29af86a00aa738614d20413f7737429d3e38 Mon Sep 17 00:00:00 2001 From: o0th Date: Wed, 7 Feb 2024 16:12:21 +0100 Subject: [PATCH] fix: update readme --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 2371863..f573cd5 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ Requirements: `tmux` version 1.9 (or higher), `git`, `bash`. Clone TPM: ```bash -git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm +git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tmux-plugins/tpm ``` Put this at the bottom of `~/.tmux.conf` (`$XDG_CONFIG_HOME/tmux/tmux.conf` @@ -28,12 +28,12 @@ set -g @plugin 'tmux-plugins/tmux-sensible' # Other examples: # set -g @plugin 'github_username/plugin_name' -# set -g @plugin 'github_username/plugin_name#branch' +# set -g @plugin 'github_username/plugin_name#branch_or_tag' # set -g @plugin 'git@github.com:user/plugin' # 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 '~/.tmux/plugins/tmux-plugins/tpm/tpm' ``` Reload TMUX environment so TPM is sourced: