Fix formatting of the share_tmux_session
Signed-off-by: Pierre-Yves Chibon <pingou@pingoured.fr>
This commit is contained in:
parent
934e3df590
commit
27bd767894
1 changed files with 5 additions and 5 deletions
|
@ -12,17 +12,17 @@ this.
|
|||
|
||||
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:
|
||||
|
||||
::
|
||||
|
||||
```
|
||||
tmux -S /var/tmux/shared new -s <name>
|
||||
```
|
||||
|
||||
And the other person(s) can join it using:
|
||||
|
||||
::
|
||||
|
||||
```
|
||||
tmux -S /var/tmux/shared att -t <name>
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue