From 40a1e24c4c5fbe3736cda38a222169cbaed20a7c Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Tue, 28 Jul 2026 23:26:02 +0200 Subject: [PATCH 1/2] simplify codex tui instructions --- README.md | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/README.md b/README.md index cdd6dc2..93b040e 100644 --- a/README.md +++ b/README.md @@ -86,14 +86,7 @@ Place your projects in the host directory: ssh lima-buddy ``` -- (Optional) Launch the Codex TUI over SSH: - - ```sh - ssh -t lima-buddy codex - ``` - - The `-t` option allocates the pseudo-terminal required by the interactive - interface. +- (Optional) Launch the `codex` command inside the VM to start the Codex TUI: See the [Lima SSH documentation](https://lima-vm.io/docs/usage/ssh/) for more details. From 212469b81b6e892c8ec3997bc89d2696b31b5841 Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Tue, 28 Jul 2026 23:27:56 +0200 Subject: [PATCH 2/2] wip --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 93b040e..16ff867 100644 --- a/README.md +++ b/README.md @@ -86,7 +86,7 @@ Place your projects in the host directory: ssh lima-buddy ``` -- (Optional) Launch the `codex` command inside the VM to start the Codex TUI: +- (Optional) Launch the `codex` command inside the VM to start the Codex TUI. See the [Lima SSH documentation](https://lima-vm.io/docs/usage/ssh/) for more details.