From 2142cfccc7d96a57515b30629676c556b68eaf19 Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Mon, 14 Aug 2017 09:53:45 +0200 Subject: [PATCH] update README.md with proper manual installation steps --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 74573c0..d3f557c 100644 --- a/README.md +++ b/README.md @@ -61,13 +61,14 @@ the plugin! Clone the repo: ``` -➜ git clone https://github.com/Morantron/tmux-fingers ~/clone/path +# Use --recursive flag to also fetch submodules +➜ git clone --recursive https://github.com/Morantron/tmux-fingers ~/.tmux/plugins/tmux-fingers ``` Source it in your `.tmux.conf`: ``` -run-shell ~/clone/path/tmux-fingers.tmux +run-shell ~/.tmux/plugins/tmux-fingers/tmux-fingers.tmux ``` Reload TMUX conf by running: