From 8c5dc2a8bdf976e1dfb5d565a8b78784051d8613 Mon Sep 17 00:00:00 2001 From: Ben Kurtovic Date: Thu, 9 Jun 2011 19:45:00 -0400 Subject: [PATCH] updating readme to point to tarballs/zipballs --- README.md | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/README.md b/README.md index 3f3269a..5398120 100644 --- a/README.md +++ b/README.md @@ -13,9 +13,10 @@ From Terminal (`/Applications/Utiliies/Terminal`), do: sudo port install python26 sudo port install py26-game -Next, download MusicQuizzer and uncompress it. Move the folder wherever you -want (keep its contents intact!) and double-click on `mac_osx.sh` to use the -quizzer. +Next, +[download MusicQuizzer](https://github.com/earwig/music-quizzer/tarball/v0.1) +and uncompress it. Move the folder wherever you want (keep its contents +intact!) and double-click on `mac_osx.sh` to use the quizzer. ## Windows @@ -27,21 +28,22 @@ during installation. Next, download and install pygame from [here](http://pygame.org/ftp/pygame-1.9.2a0.win32-py2.7.msi). -Finally, download MusicQuizzer and extract it wherever you want. To use, simply -double-click on the "musicquizzer" file inside (do not move or delete any of -the other files). +Finally, +[download MusicQuizzer](https://github.com/earwig/music-quizzer/zipball/v0.1) +and extract it wherever you want. To use, simply double-click on the +`musicquizzer` file inside (do not move or delete any of the other files). ## Linux (with apt-get) You should be on at least Python 2.7 (check with `python --version`), assuming -you keep your operating system up-to-date. +you keep your operating system up-to-date. Install the latest versions of +pygame and tk with: - git clone git://github.com/earwig/music-quizzer.git - cd music-quizzer sudo apt-get install python-pygame python-tk -Execute `python musicquizzer.py` from your terminal when you wish to use the -quizzer. +Then, +[download MusicQuizzer](https://github.com/earwig/music-quizzer/tarball/v0.1) +and execute the program with `python musicquizzer.py` from your terminal. # Usage