docs: fix README to clone recursively (needed for the plugin manager)
This commit is contained in:
		@@ -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...
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user