From 907c8fe74f26e2aee5f05d526839099de9734d39 Mon Sep 17 00:00:00 2001 From: Paolo Donadeo Date: Mon, 5 Jan 2026 12:58:35 +0100 Subject: [PATCH] docs(readme): update install instructions with correct repo URLs and TPM link --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5487311..87ce9d6 100644 --- a/README.md +++ b/README.md @@ -15,12 +15,12 @@ A tmux plugin that integrates with [remind](https://dianne.skoll.ca/projects/rem ## Installation -### With TPM (Tmux Plugin Manager) +### With [TPM](https://github.com/tmux-plugins/tpm) (Tmux Plugin Manager) Add to your `~/.tmux.conf`: ```bash -set -g @plugin 'your-username/tmux-remind' +set -g @plugin 'git@git.donadeo.net:pdonadeo/tmux-remind' ``` Reload tmux and press `prefix + I` to install. @@ -28,7 +28,7 @@ Reload tmux and press `prefix + I` to install. ### Manual Installation ```bash -git clone https://github.com/your-username/tmux-remind ~/.tmux/plugins/tmux-remind +git clone https://git.donadeo.net/pdonadeo/tmux-remind.git ~/.tmux/plugins/tmux-remind ``` Add to your `~/.tmux.conf`: @@ -61,4 +61,4 @@ The plugin uses your default `remind` configuration. Make sure you have your `.r ## License -MIT \ No newline at end of file +MIT