From 8018a0c7610f49d3df1fa02c1b7aa54e3de2b668 Mon Sep 17 00:00:00 2001 From: Nathan Daly Date: Thu, 8 Sep 2016 19:33:16 -0500 Subject: [PATCH] Reordered install instructions: moved `tpm` higher. Since it's the most tmux-native install option, I've moved it higher in the list of installation options. Also adds @nhdaly to the Contributions section per @thewtex's suggestion in [#43](https://github.com/thewtex/tmux-mem-cpu-load/issues/43#issuecomment-244767735). --- README.rst | 21 ++++++++++++--------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/README.rst b/README.rst index 18a5cb8..3c0483b 100644 --- a/README.rst +++ b/README.rst @@ -81,6 +81,16 @@ Install make install logout +Build and Install Using tpm_ +----------------------------- + +Include the plugin in your ``.tmux.conf``, the same file you'll set the +configuration in, below. + +:: + + set -g @plugin 'thewtex/tmux-mem-cpu-load' + Install with Package Managers ----------------------------- @@ -96,15 +106,6 @@ Include the bundle in your ``.zshrc`` antigen bundle thewtex/tmux-mem-cpu-load -Build and Install Using tpm_ ------------------------------ - -Include the plugin in your ``.tmux.conf`` - -:: - - set -g @plugin 'thewtex/tmux-mem-cpu-load' - Configuring tmux_ ================= @@ -172,6 +173,7 @@ Contributions from: * Tony Narlock * Compilenix * jodavies +* `@nhdaly`_ (Nathan Daly) .. _tmux: http://tmux.sourceforge.net/ @@ -181,3 +183,4 @@ Contributions from: .. _`Antigen`: https://github.com/zsh-users/antigen .. _`terminals with 256 color support`: http://misc.flogisoft.com/bash/tip_colors_and_formatting#terminals_compatibility .. _`Pawel 'l0ner' Soltys` : http://l0ner.github.io/ +.. _`@nhdaly` : http://github.com/nhdaly