diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f68327..8d9b31b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,7 @@ # Changelog ### master +- update readme to reflect github organization change ### v0.0.3, Jun 29, 2014 diff --git a/README.md b/README.md index 15175c1..6527ee8 100644 --- a/README.md +++ b/README.md @@ -33,13 +33,13 @@ Key bindings: - Debian / Ubuntu: `$ sudo apt-get install xclip` - Red hat / CentOS: `$ yum install xclip` -### Installation with [Tmux Plugin Manager](https://github.com/bruno-/tpm) (recommended) +### Installation with [Tmux Plugin Manager](https://github.com/tmux-plugins/tpm) (recommended) Add plugin to the list of TPM plugins in `.tmux.conf`: - set -g @tpm_plugins " \ - bruno-/tpm \ - bruno-/tmux_yank \ + set -g @tpm_plugins " \ + tmux-plugins/tpm \ + tmux-plugins/tmux-yank \ " Hit `prefix + I` to fetch the plugin and source it. You should now be able to @@ -49,7 +49,7 @@ use the plugin. Clone the repo: - $ git clone https://github.com/bruno-/tmux_yank ~/clone/path + $ git clone https://github.com/tmux-plugins/tmux-yank ~/clone/path Add this line to the bottom of `.tmux.conf`: @@ -64,7 +64,7 @@ You should now be able to use the plugin. ### Other Tmux goodies -Tmux yank works well with [tmux copycat](https://github.com/bruno-/tmux_copycat). +Tmux yank works well with [tmux copycat](https://github.com/tmux-plugins/tmux-copycat). ### License