Skip to content

Commit a403ca3

Browse files
authored
Update README.md installation instructions.
`run '~/.tmux/plugins/tpm/tpm'` should be run in the background, so the `-b` flag was added.
1 parent 95f7833 commit a403ca3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ set -g @plugin 'tmux-plugins/tmux-sensible'
2929
# set -g @plugin '[email protected]/user/plugin'
3030

3131
# Initialize TMUX plugin manager (keep this line at the very bottom of tmux.conf)
32-
run '~/.tmux/plugins/tpm/tpm'
32+
run -b '~/.tmux/plugins/tpm/tpm'
3333
```
3434

3535
Reload TMUX environment so TPM is sourced:

0 commit comments

Comments
 (0)