Skip to content

Commit 92e748d

Browse files
authored
Merge pull request #415 from efx/docs-non-interactive
docs: show --tty usage
2 parents 8dc4f8c + ccd73a7 commit 92e748d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,10 +137,11 @@ Linux
137137

138138
Detailed usage:
139139

140-
- Run `limactl start <INSTANCE>` to start the Linux instance.
140+
- Run `limactl start <INSTANCE> [--tty=false]` to start the Linux instance.
141141
The default instance name is "default".
142142
Lima automatically opens an editor (`vi`) for reviewing and modifying the configuration.
143143
Wait until "READY" to be printed on the host terminal.
144+
`--tty=false` disables the interactive prompt to open an editor.
144145

145146
- Run `limactl shell <INSTANCE> <COMMAND>` to launch `<COMMAND>` on Linux.
146147
For the "default" instance, this command can be shortened as `lima <COMMAND>`.

0 commit comments

Comments
 (0)