Skip to content

Commit

Permalink
Better description is better.
Browse files Browse the repository at this point in the history
Change-Id: Ie6dce060d5e6c8ec5d98cf5769d311b67035c28f
  • Loading branch information
arrelid committed Nov 23, 2014
1 parent faf8f53 commit 6e41714
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -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
```

0 comments on commit 6e41714

Please sign in to comment.