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