diff --git a/share_tmux_session.md b/share_tmux_session.md index 6dc0895..fb299a1 100644 --- a/share_tmux_session.md +++ b/share_tmux_session.md @@ -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 +``` And the other person(s) can join it using: -:: - +``` tmux -S /var/tmux/shared att -t +```