Fix formatting of the share_tmux_session

Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
Pierre-Yves Chibon 2020-04-30 11:17:08 +02:00
parent 934e3df590
commit 27bd767894

View file

@ -12,17 +12,17 @@ this.
So we have created the folder: So we have created the folder:
* /var/tmux/shared which is writable to the fi-apprentice group * ``/var/tmux/shared`` which is writable to the fi-apprentice group
You can then create a tmux session using: You can then create a tmux session using:
:: ```
tmux -S /var/tmux/shared new -s <name> tmux -S /var/tmux/shared new -s <name>
```
And the other person(s) can join it using: And the other person(s) can join it using:
:: ```
tmux -S /var/tmux/shared att -t <name> tmux -S /var/tmux/shared att -t <name>
```