From 29a151e40830a83e3a348655889cc806cb0571c7 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Thu, 9 Aug 2018 02:30:46 +0900 Subject: [PATCH] update readme --- README.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ec35a0d..4033952 100644 --- a/README.md +++ b/README.md @@ -42,10 +42,15 @@ Also look at [Why are low memory conditions handled so badly?](https://www.reddi [Video](https://youtu.be/DefJBaKD7C8): nohang prevents OOM after the command `while true; do tail /dev/zero; done` has been executed. -## Requirements +## Requiements -- `Linux 3.14+` and `Python 3.4+` for basic use -- `libnotify` (Fedora, Arch) or `libnotify-bin` (Debian, Ubuntu) to show GUI notifications +- For basic usage: + - Linux 3.14+ + - Python 3.4+ + +- To show GUI notifications: + - libnotify (Fedora, Arch) or libnotify-bin (Debian, Ubuntu) + - sudo and psutils if nohang started as root ## Memory and CPU usage