diff --git a/README.md b/README.md index f378971..c35ba9e 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,18 @@ FiboBG is a very simple program which displays the [Fibonacci clock](https://www.theguardian.com/science/alexs-adventures-in-numberland/2015/may/09/fibonacci-clock-can-you-tell-the-time-on-the-worlds-most-stylish-nerd-timepiece). It creates a dynamic background for simple window manager like i3 or dwm. FiboBG was only tested on dwm. The program works well with compositors like compton. -# Implementation +## Installation + +```{bash} +git clone https://github.com/hollorol/fiboBG.git +cd fiboBG +make +``` + +## Usage +In xinitrc run the compiled program in background before window manager. +*Optional* +## Implementation +