mirror of
				https://github.com/tmux-plugins/tpm.git
				synced 2025-11-04 08:36:05 +00:00 
			
		
		
		
	Merge pull request #227 from rehanguha/master
Updated README and removed `$` symbol
This commit is contained in:
		@@ -15,7 +15,7 @@ Requirements: `tmux` version 1.9 (or higher), `git`, `bash`.
 | 
				
			|||||||
Clone TPM:
 | 
					Clone TPM:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
 | 
					git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
Put this at the bottom of `~/.tmux.conf` (`$XDG_CONFIG_HOME/tmux/tmux.conf`
 | 
					Put this at the bottom of `~/.tmux.conf` (`$XDG_CONFIG_HOME/tmux/tmux.conf`
 | 
				
			||||||
@@ -40,7 +40,7 @@ Reload TMUX environment so TPM is sourced:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
# type this in terminal if tmux is already running
 | 
					# type this in terminal if tmux is already running
 | 
				
			||||||
$ tmux source ~/.tmux.conf
 | 
					tmux source ~/.tmux.conf
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
That's it!
 | 
					That's it!
 | 
				
			||||||
@@ -93,7 +93,7 @@ Run tests with:
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
```bash
 | 
					```bash
 | 
				
			||||||
# within project directory
 | 
					# within project directory
 | 
				
			||||||
$ ./run_tests
 | 
					./run_tests
 | 
				
			||||||
```
 | 
					```
 | 
				
			||||||
 | 
					
 | 
				
			||||||
### License
 | 
					### License
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user