From a6b66bd831fc95b8790f6afea46f0adf02db1d4c Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Sun, 29 Dec 2013 12:28:11 +0200 Subject: [PATCH] Update README.md --- README.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 58dfb35..c57ca3d 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,21 @@ -8BitDay-Linux +BitDay-Linux ============= + +BitDay-Linux is an automated installer for the [BitDay package](http://www.reddit.com/r/bitday/comments/1ts4j0/bitday_version_10/) by [/u/BloodyMarvellous](http://www.reddit.com/user/BloodyMarvellous). + +## Requirements + +Requirements are usually built into most Linux distributions: + +* **wget** to download the zip +* **tar** to extract the downloaded zip + +## How can I help? + +* Is your Linux distribution/desktop environment not supported? + +Feel free to do your research to find out how to determine if another user is using the same desktop environment, and how to update wallpapers via command-line (bash) on that environment, then feel free to **fork** and **create a pull request** with the desired changes to **update.sh** to include those distros/desktop environments. + +* Is there a bug? + +Feel free to do the same to fix it.