From 4525007ac78db60cb29ba094be2b19408c30936f Mon Sep 17 00:00:00 2001 From: Alexey Avramov Date: Thu, 29 Nov 2018 03:27:49 +0900 Subject: [PATCH] fix readme --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index fc58556..e661fd9 100644 --- a/README.md +++ b/README.md @@ -62,11 +62,20 @@ To show GUI notifications: ## Download, install, uninstall +Please use the latest [release version](https://github.com/hakavlad/nohang/releases). Current version may be more unstable. + ```bash $ git clone https://github.com/hakavlad/nohang.git $ cd nohang ``` +Run without installing: + +``` +./nohang +``` + + To install: ```bash $ sudo make install