Skip to content

Commit ca8f097

Browse files
committed
Add missing $ in README.
1 parent c23fd4c commit ca8f097

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,13 +22,13 @@ You must be in a tmux session to install.
2222
You can install this via the command-line with either curl
2323

2424
```bash
25-
curl -L https://io.evansosenko.com/tmuxrc/install.sh | sh
25+
$ curl -L https://io.evansosenko.com/tmuxrc/install.sh | sh
2626
```
2727

2828
or wget
2929

3030
```bash
31-
wget https://io.evansosenko.com/tmuxrc/install.sh -O - | sh
31+
$ wget https://io.evansosenko.com/tmuxrc/install.sh -O - | sh
3232
```
3333

3434
### Manual Install
@@ -48,10 +48,10 @@ if-shell "test -f ~/.tmuxline.conf" "source ~/.tmuxline.conf"
4848
and run this to install
4949

5050
```bash
51-
~/.tmux/plugins/tpm/scripts/install_plugins.sh
52-
~/.tmux/plugins/tpm/scripts/update_plugin.sh
53-
~/.tmux/plugins/tpm/scripts/install_plugins.sh
54-
~/.tmux/plugins/tpm/scripts/update_plugin.sh
51+
$ ~/.tmux/plugins/tpm/scripts/install_plugins.sh
52+
$ ~/.tmux/plugins/tpm/scripts/update_plugin.sh
53+
$ ~/.tmux/plugins/tpm/scripts/install_plugins.sh
54+
$ ~/.tmux/plugins/tpm/scripts/update_plugin.sh
5555
```
5656

5757
## Updating
@@ -80,7 +80,7 @@ You can customize this configuration or manage your own in the same way.
8080
Here is an example of a command you can use to make replacements:
8181

8282
```bash
83-
git ls-files -z | xargs -0 sed -i 's/razor-x\/tmuxrc/username\/tmuxrc/g'
83+
$ git ls-files -z | xargs -0 sed -i 's/razor-x\/tmuxrc/username\/tmuxrc/g'
8484
```
8585

8686
## Contributing

0 commit comments

Comments
 (0)