aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README29
-rw-r--r--README.rst23
2 files changed, 23 insertions, 29 deletions
diff --git a/README b/README
deleted file mode 100644
index f3956f4..0000000
--- a/README
+++ /dev/null
@@ -1,29 +0,0 @@
-hsetroot -- Yet another wallpaper application...
-
-Q: why another one?
-A: Personal requirements..
-
-Q: Why this one?
-A: Because it can do stuff, manipulate images etc..
-
-Q: How does it do that?
-A: Using imlib2..
-
-Q: how do I install it?
-A: like most apps..
- # ./configure
- # make
- # su
- # make install
-
-Q: To whom should I bitch?
-A: hyriand@thegraveyard.org
-
-Q: uhmm.. help?!?
-A: hsetroot --help
-
-Q: you don't like docs, right?
-A: right...
-
-
--- hyriand
diff --git a/README.rst b/README.rst
new file mode 100644
index 0000000..1580b8b
--- /dev/null
+++ b/README.rst
@@ -0,0 +1,23 @@
+======
+ yawa
+======
+-----------------------------------
+ Yet another wallpaper application
+-----------------------------------
+
+This is a fork of hsetroot, since there hasn't been a release in over 10
+years, because upstream is dead, and because I really disliked some parts
+of it.
+
+Dependencies
+============
+
+* imlib2
+* libx11
+
+Building
+========
+ <git clone>
+ cmake -g 'Unix Makefiles' .
+ make
+ sudo make install