From 8688897a2398d64695b0336fed5bec5c94464342 Mon Sep 17 00:00:00 2001 From: "Albert S." Date: Sat, 21 Jun 2025 19:44:24 +0200 Subject: [PATCH] update README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 24ef2e0..22db009 100644 --- a/README.md +++ b/README.md @@ -83,13 +83,13 @@ File: /tmp/test Event: IN_CLOSE,IN_CLOSE_WRITE File: /tmp/test Event: IN_MODIFY ``` -A second shell ran +In this example, another shell ran ``` chmod 600 /tmp/test echo "test" >> /tmp/test ``` -Passing ```-q``` would also keep adhocify silent, surpressing those "Starting execution..." messages. +Passing ```-q``` keeps adhocify silent, surpressing those "Starting execution..." messages. Other tools @@ -103,7 +103,7 @@ Install ## Debian / Ubuntu Latest release can be installed using apt ``` -# First, obtain key, assume it's trusted. +# First, obtain key. Here we just assume it's trustworhty. wget -O- https://repo.quitesimple.org/repo.quitesimple.org.asc | gpg --dearmor > repo.quitesimple.org-keyring.gpg cat repo.quitesimple.org-keyring.gpg | sudo tee -a /usr/share/keyrings/repo.quitesimple.org.gpg > /dev/null