From 27ea36712310c50908275544c86be4b676b71f26 Mon Sep 17 00:00:00 2001 From: pagedown Date: Sat, 24 Sep 2022 12:39:05 +0800 Subject: [PATCH] Docs: Remove the extra backslashes from the install commands --- docs/binary.rst | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/binary.rst b/docs/binary.rst index 79ee0fd20..1559fb0bb 100644 --- a/docs/binary.rst +++ b/docs/binary.rst @@ -85,7 +85,7 @@ Customizing the installation .. code-block:: sh - _kitty_install_cmd \\ + _kitty_install_cmd \ installer=nightly If you want to install it in parallel to the released kitty specify a @@ -93,14 +93,14 @@ Customizing the installation .. code-block:: sh - _kitty_install_cmd \\ + _kitty_install_cmd \ installer=nightly dest=/some/other/location * You can specify a different install location, with ``dest``: .. code-block:: sh - _kitty_install_cmd \\ + _kitty_install_cmd \ dest=/some/other/location * You can tell the installer not to launch |kitty| after installing it with @@ -108,14 +108,14 @@ Customizing the installation .. code-block:: sh - _kitty_install_cmd \\ + _kitty_install_cmd \ launch=n * You can use a previously downloaded dmg/tarball, with ``installer``: .. code-block:: sh - _kitty_install_cmd \\ + _kitty_install_cmd \ installer=/path/to/dmg or tarball