docs(readme): update install instructions with correct repo URLs and TPM link
This commit is contained in:
@@ -15,12 +15,12 @@ A tmux plugin that integrates with [remind](https://dianne.skoll.ca/projects/rem
|
|||||||
|
|
||||||
## Installation
|
## Installation
|
||||||
|
|
||||||
### With TPM (Tmux Plugin Manager)
|
### With [TPM](https://github.com/tmux-plugins/tpm) (Tmux Plugin Manager)
|
||||||
|
|
||||||
Add to your `~/.tmux.conf`:
|
Add to your `~/.tmux.conf`:
|
||||||
|
|
||||||
```bash
|
```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.
|
Reload tmux and press `prefix + I` to install.
|
||||||
@@ -28,7 +28,7 @@ Reload tmux and press `prefix + I` to install.
|
|||||||
### Manual Installation
|
### Manual Installation
|
||||||
|
|
||||||
```bash
|
```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`:
|
Add to your `~/.tmux.conf`:
|
||||||
@@ -61,4 +61,4 @@ The plugin uses your default `remind` configuration. Make sure you have your `.r
|
|||||||
|
|
||||||
## License
|
## License
|
||||||
|
|
||||||
MIT
|
MIT
|
||||||
|
|||||||
Reference in New Issue
Block a user