From 1b7ad30cc235cfc11c1c531c9e1396ca597e2351 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Sun, 2 Mar 2014 13:31:51 +0100 Subject: INSTALL: slightly improve SQL cmd Signed-off-by: Florian Pritz --- INSTALL | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 3ea7c0d80..3ca7bbe74 100644 --- a/INSTALL +++ b/INSTALL @@ -21,7 +21,6 @@ * Go to http://yourdomain.com/some/where/index.php/user/hash_password to generate a password hash -* Run the following SQL command - insert into users - (username, password, email, referrer) - values ("your_name", "hash_from_above", "you@foo.com", 0) +* Run the following SQL command in your database: + insert into users (username, password, email, referrer) + values ("your_name", "hash_from_above", "you@foo.com", 0); -- cgit v1.2.3-24-g4f1b