From 6db35de79ac145822ac120eb078be11c0514041c Mon Sep 17 00:00:00 2001
From: "Prass, The Nomadic Coder" <prass@papercup.com>
Date: Wed, 21 Feb 2024 14:49:53 +0000
Subject: [PATCH] :memo: update readme with --tailscale

---
 README.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md
index cf88e77..bfbbf9f 100644
--- a/README.md
+++ b/README.md
@@ -242,7 +242,7 @@ usage: clearml-session [-h] [--version] [--attach [ATTACH]]
                        [--queue-include-tag [QUEUE_INCLUDE_TAG [QUEUE_INCLUDE_TAG ...]]]
                        [--skip-docker-network [true/false]]
                        [--password PASSWORD] [--username USERNAME]
-                       [--force_dropbear [true/false]] [--verbose] [--yes]
+                       [--force_dropbear [true/false]] [--verbose] [--yes] [--tailscale]
 
 clearml-session - CLI for launching JupyterLab / VSCode on a remote machine
 
@@ -354,6 +354,7 @@ optional arguments:
                         e.g. the remote machine setup process log
   --yes, -y             Automatic yes to prompts; assume "yes" as answer to
                         all prompts and run non-interactively
+  --tailscale           Use tailscale to network (host and client need tailscale access)
 
 Notice! all arguments are stored as new defaults for the next session
 ```