Skip to content

Commit b6fb16f

Browse files
authored
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
1 parent b699a7e commit b6fb16f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Requirements: `tmux` version 1.9 (or higher), `git`, `bash`.
1515
Clone TPM:
1616

1717
```bash
18-
$ git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
18+
git clone https://github.com/tmux-plugins/tpm ~/.tmux/plugins/tpm
1919
```
2020

2121
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:
4040

4141
```bash
4242
# type this in terminal if tmux is already running
43-
$ tmux source ~/.tmux.conf
43+
tmux source ~/.tmux.conf
4444
```
4545

4646
That's it!
@@ -93,7 +93,7 @@ Run tests with:
9393

9494
```bash
9595
# within project directory
96-
$ ./run_tests
96+
./run_tests
9797
```
9898

9999
### License

0 commit comments

Comments
 (0)