From 33623d9b4946be5c50b6d58cd5dbafaa5f9d7379 Mon Sep 17 00:00:00 2001 From: ale <ale@incal.net> Date: Thu, 22 Sep 2011 19:24:36 +0100 Subject: [PATCH] we have real api keys now --- client/README.txt | 17 +++++++++-------- 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/client/README.txt b/client/README.txt index e5ae6a8..73351ee 100644 --- a/client/README.txt +++ b/client/README.txt @@ -2,25 +2,29 @@ Client Installation =================== -1. Clone the Git repository: +1. Get an API key. They can be requested from the user details page, + accessible by clicking on your email address at the top right of + the main page. + +2. Clone the Git repository: $ git clone https://git.autistici.org/djrandom.git -2. Install the client. Python will automatically download all the +3. Install the client. Python will automatically download all the required dependencies: $ cd client $ sudo python setup.py install -3. Configure it. Add the following lines to ~/.djrandom.conf: +4. Configure it. Add the following lines to ~/.djrandom.conf: music_dir = PATH_TO_MUSIC_DIR api_key = API_KEY replacing PATH_TO_MUSIC_DIR with the full path to the directory - holding your music files, and API_KEY with your own API key[1]. + holding your music files, and API_KEY with your own API key. -4. Launch it! +5. Launch it! $ djrandom-client @@ -29,6 +33,3 @@ Client Installation options to figure out what's going on in case of trouble). - -[1] We haven't enabled authorization yet, so just enter your username -for the time being. -- GitLab