From 8b1f07ccca582f19849d99bd0d8736fb11ead20a Mon Sep 17 00:00:00 2001 From: Matt McCormick Date: Sun, 4 Sep 2016 15:38:49 -0400 Subject: [PATCH] Document how to install with package managers --- README.rst | 22 ++++++++++++++-------- 1 file changed, 14 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index a901ec8..ee04c68 100644 --- a/README.rst +++ b/README.rst @@ -81,17 +81,14 @@ Install make install logout -Build and Install Using tpm_ -------- +Install with Package Managers +----------------------------- -Include the plugin in your ``.tmux.conf`` - -:: - - set -g @plugin 'thewtex/tmux-mem-cpu-load' +* Gentoo: `emerge tmux-mem-cpu-load` +* Homebrew: `brew install tmux-mem-cpu-load` Build and Install Using Antigen_ -------- +-------------------------------- Include the bundle in your ``.zshrc`` @@ -99,6 +96,15 @@ 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_ =================