fix readme

This commit is contained in:
Alexey Avramov 2018-11-29 03:27:49 +09:00
parent 55f4d1fa18
commit 4525007ac7

View File

@ -62,11 +62,20 @@ To show GUI notifications:
## Download, install, uninstall ## Download, install, uninstall
Please use the latest [release version](https://github.com/hakavlad/nohang/releases). Current version may be more unstable.
```bash ```bash
$ git clone https://github.com/hakavlad/nohang.git $ git clone https://github.com/hakavlad/nohang.git
$ cd nohang $ cd nohang
``` ```
Run without installing:
```
./nohang
```
To install: To install:
```bash ```bash
$ sudo make install $ sudo make install