Skip to content

Commit ff72574

Browse files
author
isandesh7
authored
docs(README) Remove the prompt symbol from codeblocks (#976)
The $ sign made the copy button unusable.
1 parent da00754 commit ff72574

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -49,13 +49,13 @@ Developmental releases:
4949
- [pip](https://pip.pypa.io/en/stable/):
5050

5151
```console
52-
$ pip install --user --upgrade --pre tmuxp
52+
pip install --user --upgrade --pre tmuxp
5353
```
5454

5555
- [pipx](https://pypa.github.io/pipx/docs/):
5656

5757
```console
58-
$ pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
58+
pipx install --suffix=@next 'tmuxp' --pip-args '\--pre' --force
5959
```
6060

6161
Then use `tmuxp@next load [session]`.
@@ -85,25 +85,25 @@ windows:
8585
Save as _mysession.yaml_, and load:
8686
8787
```console
88-
$ tmuxp load ./mysession.yaml
88+
tmuxp load ./mysession.yaml
8989
```
9090

9191
Projects with _.tmuxp.yaml_ or _.tmuxp.json_ load via directory:
9292

9393
```console
94-
$ tmuxp load path/to/my/project/
94+
tmuxp load path/to/my/project/
9595
```
9696

9797
Load multiple at once (in bg, offer to attach last):
9898

9999
```console
100-
$ tmuxp load mysession ./another/project/
100+
tmuxp load mysession ./another/project/
101101
```
102102

103103
Name a session:
104104

105105
```console
106-
$ tmuxp load -s session_name ./mysession.yaml
106+
tmuxp load -s session_name ./mysession.yaml
107107
```
108108

109109
[simple](http://tmuxp.git-pull.com/examples.html#short-hand-inline) and

0 commit comments

Comments
 (0)