From 3a263f24bb28e7f55e5c52be4b954ccb2061aa0a Mon Sep 17 00:00:00 2001 From: Ivan Reshetnikov Date: Mon, 3 Oct 2022 18:31:10 +0500 Subject: [PATCH] Specify the full installation path --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 4e6d66e..768d365 100644 --- a/readme.md +++ b/readme.md @@ -21,7 +21,7 @@ python3 histd.py ``` ## Installation -To copy the script to `/usr/local/bin`, run this command as root: +To copy the script to `/usr/local/bin/histd`, run this command as root: ```sh make install ```