Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
hanez committed Mar 18, 2018
1 parent 75664ce commit 24547c3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Change into the new directory:

cd dooris-gtk

Then compile the sources just run:
To compile the sources just run:

make

Expand All @@ -32,6 +32,17 @@ If you don't want notifications run the following comand:

gcc `pkg-config --cflags --libs gtk+-2.0 --libs libcurl --libs json-c` -o dooris dooris.c

Installation
------------

Just copy "dooris" to a folder in your $PATH. I do:

cp ./dooris ~/bin/

You can copy the file to /usr/bin to make it available for all users but I don't. If you want that just run:

sudo cp ./dooris /usr/bin/

Configuration:
--------------

Expand Down

0 comments on commit 24547c3

Please sign in to comment.