From e80417d41ab4d078f4240cbf7797cfaa00f7e1e6 Mon Sep 17 00:00:00 2001 From: Chen Asraf Date: Sun, 29 Dec 2013 12:32:03 +0200 Subject: [PATCH] Update README.md --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/README.md b/README.md index c57ca3d..b0f95bb 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,22 @@ Requirements are usually built into most Linux distributions: * **wget** to download the zip * **tar** to extract the downloaded zip +* +## How to use? + +Just make a new directory where you want the wallpapers to be placed and installs, and run the following command: + + wget https://github.com/chenasraf/8BitDay-Linux/raw/master/install.sh + +Then just make sure you have execute permissions on the install.sh file: + + chmod +x install.sh + +And run it: + + ./install.sh + +That's it! You'll be prompted for everything you need, and the script will download any remaining files that are missing. Enjoy! ## How can I help?