From f3e60580a5ea3f3c53a9650ba069e8a5ba40bf28 Mon Sep 17 00:00:00 2001 From: Xavier Logerais Date: Fri, 20 Dec 2024 09:39:47 +0000 Subject: [PATCH] docs: fix README to clone recursively (needed for the plugin manager) --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index d25cf31..876a1dd 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,5 @@ -Tmux configuration -================== +# Tmux configuration -1/ clone repo : ```git clone https://github.com/xlogerais/tmux-config ~/.tmux``` -2/ make symlink : ```ln -sf $HOME/.tmux/config $HOME/.tmux.conf``` +1/ clone repo : `git clone --recursive https://github.com/xlogerais/tmux-config ~/.tmux` +2/ make symlink : `ln -sf $HOME/.tmux/config $HOME/.tmux.conf` 3/ Enjoy...