From 9318123556decd1347779bdb6e0831cb1b469dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andy=20Teijelo=20P=C3=A9rez?= Date: Tue, 5 Sep 2017 15:39:54 -0400 Subject: [PATCH] Typo in the README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 49fad54..79dbbfd 100644 --- a/README.md +++ b/README.md @@ -8,13 +8,13 @@ For security reasons Smallnet delegates the task of reloading the configuration To compile it, run: -~~~ -g++ -o sendhup sendhup +~~~bash +g++ -o sendhup sendhup.cpp ~~~ And make it owned by root and setuid like this: -~~~ +~~~bash sudo chown root: sendhup sudo chmod 4755 sendhup ~~~