Compare commits

...

2 Commits

Author SHA1 Message Date
Bruno Sutic 420656d265
Merge pull request #227 from rehanguha/master
Updated README and removed `$` symbol
2022-12-03 10:23:53 +01:00
Rehan Guha b6fb16f318
Updated README and removed `$` symbol
This will help to directly copy and paste in the terminal and not to perform an extra step and remove the $ symbol
2022-06-20 16:44:53 +05:30
1 changed files with 3 additions and 3 deletions

View File

@ -15,7 +15,7 @@ Requirements: `tmux` version 1.9 (or higher), `git`, `bash`.
Clone TPM:
```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`
@ -40,7 +40,7 @@ Reload TMUX environment so TPM is sourced:
```bash
# type this in terminal if tmux is already running
$ tmux source ~/.tmux.conf
tmux source ~/.tmux.conf
```
That's it!
@ -93,7 +93,7 @@ Run tests with:
```bash
# within project directory
$ ./run_tests
./run_tests
```
### License