mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 00:38:10 +02:00
Do not do automatic upgrades of remote kitty
Can be disruptive, since upgrading outputs to the terminal. Instead updating can be triggerred manually with kitty update-kitty
This commit is contained in:
@@ -113,7 +113,8 @@ and run kitty when kitty is first executed on the remote server. A value of
|
||||
:code:`needed` means kitty is installed only if not already present in the
|
||||
system-wide PATH. A value of :code:`yes` means that kitty is installed even if
|
||||
already present, and the installed kitty takes precedence. Finally, :code:`no`
|
||||
means no kitty is installed on the remote machine.
|
||||
means no kitty is installed on the remote machine. The installed kitty
|
||||
can be updated by running: :code:`kitty +update-kitty` on the remote machine.
|
||||
''')
|
||||
egr() # }}}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user