Document how to install the nightly builds

This commit is contained in:
Kovid Goyal 2021-09-17 07:32:51 +05:30
parent 9eebd2c921
commit 9f4f22743f
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C
4 changed files with 42 additions and 5 deletions

View file

@ -63,6 +63,25 @@ particular desktop, but it should work for most major desktop environments.
Customizing the installation
--------------------------------
.. _nightly:
* You can install the latest nightly kitty build with ``installer``:
.. parsed-literal::
:class: pre
|ins| \\
installer=nightly
If you want to install it in parallel to the released kitty specify a
different install locations with ``dest``:
.. parsed-literal::
:class: pre
|ins| \\
installer=nightly dest=/some/other/location
* You can specify a different install location, with ``dest``:
.. parsed-literal::
@ -88,6 +107,7 @@ Customizing the installation
|ins| \\
installer=/path/to/dmg or tarball
Uninstalling
----------------