From f75612b438f5a56abdf08e00fb73d3c019c01b3a Mon Sep 17 00:00:00 2001 From: MarcoIeni <11428655+MarcoIeni@users.noreply.github.com> Date: Tue, 28 Jul 2026 23:08:05 +0200 Subject: [PATCH] explain how to the codex tui --- README.md | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index e58c00f..cdd6dc2 100644 --- a/README.md +++ b/README.md @@ -82,9 +82,18 @@ Place your projects in the host directory: - Test the SSH connection to the VM: -```sh -ssh lima-buddy -``` + ```sh + 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. See the [Lima SSH documentation](https://lima-vm.io/docs/usage/ssh/) for more details.