Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 12 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down