From a9527371b499dae887225f167abb9edeca46732e Mon Sep 17 00:00:00 2001 From: Roey Darwish Dror Date: Tue, 20 Nov 2018 09:11:44 +0200 Subject: [PATCH] Update instructions regarding TPM (fix #93) --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index d34ce7b8..a4d5437b 100644 --- a/README.md +++ b/README.md @@ -56,7 +56,8 @@ Just run `topgrade`. It will run the following steps: * Custom defined paths * *Unix*: Run [zplug](https://github.com/zplug/zplug) update * *Unix*: Run [fisher](https://github.com/jorgebucaran/fisher) -* *Unix*: Upgrade tmux plugins with [TPM](https://github.com/tmux-plugins/tpm) +* *Unix*: Upgrade tmux plugins with [TPM](https://github.com/tmux-plugins/tpm). *Note*: Do not use + the `-b` flag in your configuration as suggested by the TPM readme. * Update Rustup by running `rustup update`. This will also attempt to run `rustup self update` when Rustup is installed inside the home directory. * Run Cargo [install-update](https://github.com/nabijaczleweli/cargo-update) * Upgrade Emacs packages (You'll get a better output if you have [Paradox](https://github.com/Malabarba/paradox) installed)