Update 'README.md'

main
mahuntington 1 month ago
parent e4fadd8127
commit 61327f7d42

@ -19,7 +19,7 @@ docker compose up -d
start `tmux`: 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: log into claude:
@ -39,7 +39,7 @@ detach with `ctrl+b d`
reconnect with reconnect with
``` ```
docker compose exec main zsh -ilc tmux attach -t claude docker compose exec main zsh -ilc "tmux attach -t claude"
``` ```
## Commands ## Commands

Loading…
Cancel
Save