Another change for instructions

This commit is contained in:
Bruno Sutic 2015-07-07 02:17:58 +02:00
parent 743bfcf38a
commit d9fed149e8
No known key found for this signature in database
GPG Key ID: 66D96E4F2F7EF26C
1 changed files with 3 additions and 3 deletions

View File

@ -6,6 +6,9 @@ For demonstration purposes we'll create a simple plugin that lists all
installed TPM plugins. Yes, a plugin that lists plugins :) We'll bind that to
`prefix + T`.
The source code for this example plugin can be found
[here](https://github.com/tmux-plugins/tmux-example-plugin).
### 1. create a new git project
TPM depends on git for downloading and updating plugins.
@ -86,9 +89,6 @@ To see if this works, execute the plugin run file:
That should set up the key binding. Now hit `prefix + T` and see if it works.
If you get stuck you can download and check this tutorial
[plugin here](https://github.com/tmux-plugins/tmux-example-plugin).
### 6. publish the plugin
When everything is ready, push the plugin to an online git repository,