Update 'README.md'

main
mahuntington 1 month ago
parent e4fadd8127
commit 61327f7d42

@ -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

Loading…
Cancel
Save