diff --git a/client/README.txt b/client/README.txt
index e5ae6a8f84c2cb551e81d0ff7dbc917e96b01f62..73351ee9f3b23f616b0fd6c2aa1d7b9aa27822ac 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.