docs: fix README to clone recursively (needed for the plugin manager)

This commit is contained in:
Xavier Logerais 2024-12-20 09:39:47 +00:00
parent 574e38e98b
commit f3e60580a5

View File

@ -1,6 +1,5 @@
Tmux configuration # Tmux configuration
==================
1/ clone repo : ```git clone https://github.com/xlogerais/tmux-config ~/.tmux``` 1/ clone repo : `git clone --recursive https://github.com/xlogerais/tmux-config ~/.tmux`
2/ make symlink : ```ln -sf $HOME/.tmux/config $HOME/.tmux.conf``` 2/ make symlink : `ln -sf $HOME/.tmux/config $HOME/.tmux.conf`
3/ Enjoy... 3/ Enjoy...