From cfcf81b5fb309e638379192ad821e3333697663c Mon Sep 17 00:00:00 2001 From: Andros Fenollosa Date: Sun, 9 Sep 2018 20:06:56 +0200 Subject: [PATCH] Update binary.rst --- docs/binary.rst | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docs/binary.rst b/docs/binary.rst index 30d27d978..cb89cb38b 100644 --- a/docs/binary.rst +++ b/docs/binary.rst @@ -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 :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 --------------------------------