From b066b1bdb09340470acc0fec3e74118f4836fb07 Mon Sep 17 00:00:00 2001 From: killertofus Date: Wed, 22 May 2024 23:01:26 +0000 Subject: [PATCH] Update README.md --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a0e3809..3cd946e 100644 --- a/README.md +++ b/README.md @@ -96,10 +96,12 @@ Run tests with: ./run_tests ``` ### Unattended Install -To do an unattended install (if you already have a config) + +To do an unattended install, for example if you already have a config: `~/.tmux/plugins/tpm/scripts/install_plugins.sh` -fixes #277 and #193 + +Note this is also a good workaround if you have other issues with the automatic installation, such as known issues with MacOS (see [#277](https://github.com/tmux-plugins/tpm/issues/277) and [#193](https://github.com/tmux-plugins/tpm/issues/277)) ### License [MIT](LICENSE.md)