From 27bd7678944dbb873c2742df93dfa34b6b8e3722 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Thu, 30 Apr 2020 11:17:08 +0200 Subject: [PATCH] Fix formatting of the share_tmux_session Signed-off-by: Pierre-Yves Chibon --- share_tmux_session.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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 +```