From 73ede15929d4a28961e7c996c89826ad4f072488 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roberto=20Abdelkader=20Mart=C3=ADnez=20P=C3=A9rez?= Date: Tue, 3 Dec 2019 09:02:27 +0100 Subject: [PATCH] Install binary always as 'kapow' --- docs/source/the_project/install_and_configure.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/source/the_project/install_and_configure.rst b/docs/source/the_project/install_and_configure.rst index 231fe60..9993fae 100644 --- a/docs/source/the_project/install_and_configure.rst +++ b/docs/source/the_project/install_and_configure.rst @@ -22,7 +22,7 @@ Install the downloaded binary using the following command as a privileged user. .. code-block:: bash - $ install -t /usr/local/bin path_to_downloaded_binary + $ install -t /usr/local/bin/kapow path_to_downloaded_binary Windows