summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfadhil riyanto <me@fadev.org>2024-08-20 22:40:36 +0700
committerfadhil riyanto <me@fadev.org>2024-08-20 22:40:36 +0700
commit92dc25ac178b0b64c780a04c31d0a26bbd70d478 (patch)
treecf6379bfdf2613913792ac90737857d83f7502a5
parentd66feb7add8937807b167c8249a721870b273afd (diff)
update readme
Signed-off-by: fadhil riyanto <me@fadev.org>
-rw-r--r--readme.md20
1 files changed, 17 insertions, 3 deletions
diff --git a/readme.md b/readme.md
index 1b85f57..2fdc86c 100644
--- a/readme.md
+++ b/readme.md
@@ -8,9 +8,23 @@ simulating `xsetroot -name "text"`
example:
<img src="https://github.com/fadhil-riyanto/xrootd/blob/master/scr_img/87.png?raw=true">
-# Usage
-
-just type `./xsetrootd`
+# Usage & build
+
+<pre>
+git clone https://github.com/fadhil-riyanto/xrootd.git
+cd xrootd
+mkdir build
+cd build
+cmake ..
+make -j4
+./xsetrootd
+</pre>
+
+or install
+<pre>
+sudo make install
+xsetrootd
+</pre>
build dependencies:
- X11