From 684f29195f5a0a7fd7504aade3acbda0631e906f Mon Sep 17 00:00:00 2001 From: mahuntington Date: Sat, 2 May 2026 13:18:38 -0400 Subject: [PATCH] Update 'README.md' --- README.md | 32 ++++++++++++++++++++++++++++++++ 1 file changed, 32 insertions(+) diff --git a/README.md b/README.md index 56798a6..35faf78 100644 --- a/README.md +++ b/README.md @@ -10,6 +10,38 @@ export BASIC_MATT_DOCKER_MOUNT_PATH="/Users/matthuntington/Downloads" to set what host dir is being mounted within the container +Create container: + +``` +docker compose up -d +``` + +start `tmux`: + +``` +docker compose exec main zsh -ilc tmux new -s claude +``` + +log into claude: + +``` +claude --name awesom-o +``` + +start remote control: + +``` +/remote-control +``` + +detach with `ctrl+b d` + +reconnect with + +``` +docker compose exec main zsh -ilc tmux attach -t claude +``` + ## Commands Build/Start