From 6e417145d6ba523a401adb5a477921d3dd2951d1 Mon Sep 17 00:00:00 2001 From: Mattias Arrelid Date: Sun, 23 Nov 2014 14:25:40 +0100 Subject: [PATCH] Better description is better. Change-Id: Ie6dce060d5e6c8ec5d98cf5769d311b67035c28f --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index dcfcfcd..e62c88b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,11 @@ # Diversify your music taste +This is a game that will help you broaden your taste in music. + # How to get started -- Clone the repo -- Start an HTTP server in the root of the repository. Some people like ``python -m SimpleHTTPServer`` -- Visit the server in your web browser of choice +```bash +git clone $THIS_REPO +python -m SimpleHTTPServer +# Visit the page served by the web server above +```