From 61327f7d4282930f85d9b3e8b3807d5fbffa1c2b Mon Sep 17 00:00:00 2001 From: mahuntington Date: Fri, 15 May 2026 22:22:49 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 35faf78..36e3586 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ docker compose up -d start `tmux`: ``` -docker compose exec main zsh -ilc tmux new -s claude +docker compose exec main zsh -ilc "tmux new -s claude" ``` log into claude: @@ -39,7 +39,7 @@ detach with `ctrl+b d` reconnect with ``` -docker compose exec main zsh -ilc tmux attach -t claude +docker compose exec main zsh -ilc "tmux attach -t claude" ``` ## Commands