Update binary.rst

This commit is contained in:
Andros Fenollosa 2018-09-09 20:06:56 +02:00 committed by GitHub
parent f072a02215
commit cfcf81b5fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,15 @@ the :file:`.dmg` and install as normal. If you are on Linux, download the tarbal
and extract it into a directory. The |kitty| executable will be in the and extract it into a directory. The |kitty| executable will be in the
:file:`bin` sub-directory. :file:`bin` sub-directory.
Ubuntu/Debian (Gnome 3) installing
---------------------
.. code-block:: sh
curl -L https://sw.kovidgoyal.net/kitty/installer.sh | sh /dev/stdin
curl https://sw.kovidgoyal.net/kitty/_static/kitty.png --output ~/.local/share/applications/kitty.png
echo -e "[Desktop Entry]\nEncoding=UTF-8\nName=Kitty\nExec=/home/$USER/.local/kitty.app/bin/kitty\nIcon=/home/$USER/.local/share/applications/kitty.png\nType=Application\nCategories=Application;" >> ~/.local/share/applications/kitty.desktop
Customizing the installation Customizing the installation
-------------------------------- --------------------------------