From 7f6e244f6151d5ae92e7cb674c5bd92b79121bd8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Tue, 17 Dec 2019 09:24:08 +0100 Subject: [PATCH] docs: Correct installation instructions for Linux --- docs/source/the_project/install_and_configure.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/source/the_project/install_and_configure.rst b/docs/source/the_project/install_and_configure.rst index f72d6db..e493e8f 100644 --- a/docs/source/the_project/install_and_configure.rst +++ b/docs/source/the_project/install_and_configure.rst @@ -18,17 +18,17 @@ architecture you want to install *Kapow!* in. Linux -^^^^^ ++++++ Install the downloaded binary using the following command as a privileged user. .. code-block:: console - $ install -t /usr/local/bin/kapow path_to_downloaded_binary + # install kapow_?.?.?-linux_amd64 /usr/local/bin/kapow Windows -^^^^^^^ ++++++++ Copy the downloaded binary to a directory of your choice and update the system :envvar:`PATH` variable to include that directory.