From 48f7eb74ec2916ba337b34132c4d216cd309af8c Mon Sep 17 00:00:00 2001 From: Chip Senkbeil Date: Sun, 6 Aug 2023 16:30:18 -0500 Subject: [PATCH] Update readme example to use --daemon instead of & for background manager --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 246b69e..7fd9a89 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ See https://distant.dev/getting-started/installation/windows/ for more details. ```sh # Start a manager in the background -distant manager listen & +distant manager listen --daemon # SSH into a server, start distant, and connect to the distant server distant launch ssh://example.com