diff --git a/README.md b/README.md index 2371863..e7767c6 100644 --- a/README.md +++ b/README.md @@ -49,6 +49,10 @@ That's it! 1. Add new plugin to `~/.tmux.conf` with `set -g @plugin '...'` 2. Press `prefix` + I (capital i, as in **I**nstall) to fetch the plugin. +3. Or you can directly run the below command + ```bash + ~/.tmux/plugins/tpm/scripts/install_plugins.sh + ``` You're good to go! The plugin was cloned to `~/.tmux/plugins/` dir and sourced.