From 6d75518d3d6f169eaf96e539a7f1afc3d93176f7 Mon Sep 17 00:00:00 2001
From: Jan Siwiec <jan.siwiec@vsb.cz>
Date: Mon, 23 May 2022 12:49:01 +0200
Subject: [PATCH] Update tmux.md

---
 docs.it4i/general/accessing-the-clusters/tmux.md | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/docs.it4i/general/accessing-the-clusters/tmux.md b/docs.it4i/general/accessing-the-clusters/tmux.md
index 08948961a..25f8ad554 100644
--- a/docs.it4i/general/accessing-the-clusters/tmux.md
+++ b/docs.it4i/general/accessing-the-clusters/tmux.md
@@ -2,7 +2,9 @@
 
 [Tmux][1] is an open-source terminal multiplexer which allows multiple terminal sessions to be accessed simultaneously in a single window. Tmux allows you to switch easily between several programs in one terminal, detach them (they keep running in the background) and reattach them to a different terminal.
 
-Tmux is installed on Karolina's login nodes, but if you prefer [GNU Screen][2], you can install it in your `/home` folder:
+Tmux is installed on Karolina's login nodes.
+
+Note that [GNU Screen][2] is not supported, but if you prefer it, you can install it in your `/home` folder:
 
 ```console
 wget https://ftp.gnu.org/gnu/screen/screen-4.8.0.tar.gz
-- 
GitLab