From c78f263c9ba67e1c66a5ba08fa1ae528109e07c0 Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Fri, 3 Aug 2018 20:11:25 +0900 Subject: [PATCH] update readme --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 07d529c..6042440 100644 --- a/README.md +++ b/README.md @@ -56,24 +56,24 @@ Also look at [Why are low memory conditions handled so badly?](https://www.reddi The program is unstable and some fixes are required before the first stable version will be released (need documentation, translation, review and some optimisation). -## Download +## Download, install, uninstall ```bash $ git clone https://github.com/hakavlad/nohang.git $ cd nohang ``` -## Installation and start for systemd users - +To install: ```bash -# to install: $ sudo make install -# to enable and start systemd units: +``` + +To enable and start systemd units: +```bash $ sudo make systemd ``` -## Purge - +To ininstall: ```bash $ sudo make uninstall ```