From 804a90707cf15c4ceb3452ae8783b7c1afa04aa5 Mon Sep 17 00:00:00 2001 From: Bruno Sutic Date: Fri, 17 Oct 2014 23:16:02 +0200 Subject: [PATCH] Document more advanced features --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 14fe935..6931a06 100644 --- a/README.md +++ b/README.md @@ -61,6 +61,13 @@ You're good to go! The plugin was cloned to `~/.tmux/plugins/` dir and sourced. For more plugins, check [here](https://github.com/tmux-plugins). +### Wiki pages + +More advanced features, regular users probably do not need this: + +- [installing plugins via the command line](https://github.com/tmux-plugins/tpm/wiki/Installing-plugins-via-the-command-line-only) +- [changing plugins install dir](https://github.com/tmux-plugins/tpm/wiki/Changing-plugins-install-dir) + ### Creating plugins [How to create a plugin](HOW_TO_PLUGIN.md). It's easy.