added nonotify to Makefile and updated docs

This commit is contained in:
Johannes Findeisen 2018-03-20 23:45:45 +01:00
commit c9f8d66ae4
2 changed files with 4 additions and 1 deletions

View file

@ -32,7 +32,7 @@ This will compile dooris with libnotify support.
If you don't want notifications run the following command:
gcc `pkg-config --cflags --libs gtk+-2.0 --libs libcurl --libs json-c` -o spaceapi-gtk spaceapi-gtk.c
make nonotify
Installation
------------