From 30efc340f1cf068f98288d92536ab6b105526d68 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Thu, 29 Nov 2018 03:32:07 +0900 Subject: [PATCH] fix readme --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e661fd9..f3a123e 100644 --- a/README.md +++ b/README.md @@ -69,10 +69,10 @@ $ git clone https://github.com/hakavlad/nohang.git $ cd nohang ``` -Run without installing: +Run without installing (low memory warnings may not works; note that processes with UID != your UID will not receive signals): ``` -./nohang +$ ./nohang ```