Installer: allow installing specific versions

This commit is contained in:
Kovid Goyal
2024-08-19 10:25:51 +05:30
parent 7c4977146f
commit b3b2f56890
2 changed files with 7 additions and 2 deletions

View File

@@ -99,12 +99,12 @@ Customizing the installation
_kitty_install_cmd \
installer=nightly dest=/some/other/location
* You can specify a different install location, with ``dest``:
* You can specify a specific version to install, with:
.. code-block:: sh
_kitty_install_cmd \
dest=/some/other/location
installer=version-0.35.2
* You can tell the installer not to launch |kitty| after installing it with
``launch=n``: